Forum Discussion
kpavan999
4 years agoFrequent Visitor
Help with line and stacked chart
In the below line and stacked column chart, can we show the values with "Y" as lines? One option that i could think of is by creating 2 variables like below and have each of that in column values...
- 4 years ago
Hello, kpavan999
You can create meausures.
Like this:
Y = CALCULATE(MAX('Table'[score]),'Table'[Flag]="Y")N = CALCULATE(MAX('Table'[score]),'Table'[Flag]="N")Then put N in column values and Y in line values.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
v-janeyg-msft
Community Support
4 years agoHello, kpavan999
You can create meausures.
Like this:
Y = CALCULATE(MAX('Table'[score]),'Table'[Flag]="Y")N = CALCULATE(MAX('Table'[score]),'Table'[Flag]="N")
Then put N in column values and Y in line values.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey