Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I need to create a combined graph with two columns and a percentage line.
But when I select two filters from the same column, the graph line is not recalculating the percentage, it only shows the result as average, sum, standard deviation and others.
Is there any solution for this?
Example:
Slicers | Data1 | Data2 | Percentage % |
Name1 | 1,500,000 | 7,300,000 | 21% |
Name2 | 16,300,000 | 36,100,000 | 45% |
17,800,000 | 43,400,000 | 41% |
I need select: Name1 + Name2 with slicers and i need see 41% as value, not average, not sum, etc.
Thanks you!
You just need to add a measure.
Measure = DIVIDE ( SUM ( Table1[Data1] ), SUM ( Table1[Data2] ) )
I have a measure in a card with the global result of the division, which works correctly with the slicers. But i can not use a measure in a combined graph, only was use columns calculated or normal.
In data i have more columns with month, year, area and others.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
164 | |
84 | |
68 | |
68 | |
58 |