Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
vnqt
Helper V
Helper V

Graph of Number and Percentage

Hi, 

 

I have the table as below : 

 

Capacity(TB)%SubscribedUsed(%)Baie
198018640480
1980188610481
1980193650482
198019630483
92498271015
92491261017

 The % subcribed and %used is the % of Capacity. 

I would like to create a graph as below but the %subcribed and used % must take into account the Capacity. 

It means that when the %subcribed 188 % , it must be almost 2 times of Capacity.

 

 

vnqt_0-1670579605970.png

Thank you in advance for help.

Tg

1 ACCEPTED SOLUTION
TomasAndersson
Solution Sage
Solution Sage

You need to compare the same thing, i.e. either use a percentage of both (with capacity being 100 %) or showing both in TB as a unit. This can be done either with calculated column or a measure.

An example of a calculated column that calculates how much capacity is subscribed to would be.

Subscribed_to_TB =
Table[%Capacity]*Table[%Subscribed]/100

Use this instead of %subscribed in the visual and the bars will scale.

If you want to show the percentage, you could either have a separate visual, or maybe use a seconday y-axis and show the %subscribed there.

Hope this helps!

View solution in original post

1 REPLY 1
TomasAndersson
Solution Sage
Solution Sage

You need to compare the same thing, i.e. either use a percentage of both (with capacity being 100 %) or showing both in TB as a unit. This can be done either with calculated column or a measure.

An example of a calculated column that calculates how much capacity is subscribed to would be.

Subscribed_to_TB =
Table[%Capacity]*Table[%Subscribed]/100

Use this instead of %subscribed in the visual and the bars will scale.

If you want to show the percentage, you could either have a separate visual, or maybe use a seconday y-axis and show the %subscribed there.

Hope this helps!

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.