Forum Discussion
alv_ibar_123
8 years agoFrequent Visitor
Combined graph doesnt calculated graph line
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 re...
v-chuncz-msft
8 years agoCommunity Support
You just need to add a measure.
Measure = DIVIDE ( SUM ( Table1[Data1] ), SUM ( Table1[Data2] ) )
alv_ibar_123
8 years agoFrequent Visitor
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.