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
AliceW
Power Participant
Power Participant

Line Chart with a Legend value - show % from that period

Hi fellow Power BI users,

This seems like a simple thing, but I can't get around to getting it done.

So, I have this basic Line-type chart:

- Axis: the date: Year, quarter, month, day.

- Legend: region.

- Value: amount.

If I select to 'Show value as % of grand total', it will display, say for January and EMEA, the % of EMEA of January from EMEA of the entire period.

What I'd like to display for each month (period) is the % of each Region: e.g., EMEA is 30%, APAC 50%, NA is 20%.

Any thoughts on how to make this happen?

I can do it in a pie chart, but I'd love to see the % evolution...

1 ACCEPTED SOLUTION
simrantuli
Continued Contributor
Continued Contributor

Hi @AliceW,

For this requirement, you will need to create a calculated measure.

Let's say, below is your data.

simrantuli_0-1596650224396.png

Now, create a new measure as below:

simrantuli_1-1596650272074.png

And then, instead of taking the Amount as the value, take this newly created measure. Don't forget to set the Type of Measure as '%' as shown below.

simrantuli_2-1596650342262.png

Final output:

simrantuli_3-1596650384054.png

 

Best Regards

Simran Tuli

View solution in original post

4 REPLIES 4
simrantuli
Continued Contributor
Continued Contributor

Hi @AliceW,

For this requirement, you will need to create a calculated measure.

Let's say, below is your data.

simrantuli_0-1596650224396.png

Now, create a new measure as below:

simrantuli_1-1596650272074.png

And then, instead of taking the Amount as the value, take this newly created measure. Don't forget to set the Type of Measure as '%' as shown below.

simrantuli_2-1596650342262.png

Final output:

simrantuli_3-1596650384054.png

 

Best Regards

Simran Tuli

Simran, thank you, this worked!!!

amitchandak
Super User
Super User

@AliceW , refer if this can help

https://community.powerbi.com/t5/Desktop/Showing-percentage-values-in-Stacked-Column-Chart/td-p/1697...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you, Amit!

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.

Top Solution Authors