Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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...
Solved! Go to Solution.
Hi @AliceW,
For this requirement, you will need to create a calculated measure.
Let's say, below is your data.
Now, create a new measure as below:
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.
Final output:
Best Regards
Simran Tuli
Hi @AliceW,
For this requirement, you will need to create a calculated measure.
Let's say, below is your data.
Now, create a new measure as below:
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.
Final output:
Best Regards
Simran Tuli
Simran, thank you, this worked!!!
Thank you, Amit!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.