Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I would like to get a % of each month to sum up to 100% instead of grand total.
What I have now:
When I change from numbers to % I have like this:
But I would like to have like this:
How can I get to this?
Solved! Go to Solution.
@Anonymous ,
You want overall %
divide([measure], calculate([measure], allselected())
or
for legend column
divide([measure], calculate([measure], filter(allselected(Table), Table[Legend column] = max(Table[Legend column] ))))
or
for legend month year
divide([measure], calculate([measure], filter(allselected(Table), Table[month year] = max(Table[month year] ))))
@Anonymous ,
You want overall %
divide([measure], calculate([measure], allselected())
or
for legend column
divide([measure], calculate([measure], filter(allselected(Table), Table[Legend column] = max(Table[Legend column] ))))
or
for legend month year
divide([measure], calculate([measure], filter(allselected(Table), Table[month year] = max(Table[month year] ))))
Thank you, it's working!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
70 | |
66 | |
50 | |
31 |
User | Count |
---|---|
115 | |
100 | |
74 | |
65 | |
40 |