Forum Discussion
Line chart - line for total
- 4 years ago
I found solution by changing approach. Addidng it here as it might be helpfull. I created separate measures for each program and then created line chart with no legend but with four measures in values.
X Forecast var % = CALCULATE([Forecast var %], Programs[Program]="X")
Y Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Y")
Z Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Z")
Values in line chart:Forecast var %X Forecast var %Y Forecast var %Z Forecast var %
I found solution by changing approach. Addidng it here as it might be helpfull. I created separate measures for each program and then created line chart with no legend but with four measures in values.
X Forecast var % = CALCULATE([Forecast var %], Programs[Program]="X")
Y Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Y")
Z Forecast var % = CALCULATE([Forecast var %], Programs[Program]="Z")