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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.