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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors