Forum Discussion
How to visualize Multi-select questions as a bar graph?
- Anonymous6 years ago
Hi Anonymous ,
So you want to show top3 quantities for each leader?Try RANKX() function or TOPN filter.
https://docs.microsoft.com/en-us/dax/rankx-function-dax.
Is your sample data the expected result or the raw data? Better to show sample data and expected out put to us if you don't have any Confidential Information.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
There're two common way to do that.
1# Add fields to filters, in your scenario add qualities to filters.
For more details about filters in Power BI please check the document below.
https://docs.microsoft.com/en-us/power-bi/power-bi-report-add-filter.
2# Create slicers with fields, in your scenario use qualities as a slicer.
For more details about silcers in Power BI please check the document below.
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.