Forum Discussion
Anonymous
4 years agoNot applicable
How to transform Line and Clustered column chart to Line and Stacked chart
Hello, powerbi community! I would like to transform Line and Clustered column chart to Line and Stacked chart. The Line and Clustered column chart consist 3 measures as a data source. However while t...
- 4 years ago
Hi Anonymous ,
First create a dim table as below:
Then create a column as below:
rank = RANKX('Table (2)','Table (2)'[Measure 2],,DESC,Dense)Then copy column category and make it sort by rank:
Then use the copy one as column series and you will see:
Check my sample .pbix file attached.
Best Regards,
KellyDid I answer your question? Mark my reply as a solution!
Pragati11
Super User
4 years agoHi Anonymous ,
Can you add details to your query please like screenshots, measure used, existing chart created, etc.?
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Thanks,
Pragati