Forum Discussion
Anonymous
4 years agoNot applicable
How do I plot a line chart without X-axis values?
I have the following dataset: I would like to plot the following line chart, where the Y-axis is the sum of all values for USE_Percentile10, 20, 30, etc. I am having trouble...
- Anonymous4 years ago
As you can see, it was a matter of unpivoting the data:
Cheers
amitchandak
4 years agoSuper User
Anonymous , Add an index column in the power query and use that on the axis
https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
- Anonymous4 years agoNot applicable
Hello, amitchandak.
Thanks for the reply.
Your advice doesn't work because I think my diagnostic of the issue is wrong. I think I might have to unpivot the USE_Percentile# columns.
I'll let you know if it works.
Cheers
- Anonymous4 years agoNot applicable
As you can see, it was a matter of unpivoting the data:
Cheers