Forum Discussion
Is this possible, TOPN as matrix rows?
Hi matkvaid
If you want to get the product name, you can use the TopN in the visual filter, as shown in the image below
For details, please refer to the following links:
TOP N Filter in Power BI with Zero DAX Code; Visual Level Filter - RADACAD
However, if you want to display the Topn measure, you can't do it, because TopN returns multiple values and is a table, please refer to the following link for details
TOPN DAX Function: How it works in Power BI? Comparison against the top group - RADACAD
Best Regards,
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, yes i can add topn filter, it works 🙂 But the problem is i was aksed to show few levels of top...
- Anonymous3 years agoNot applicable
Hi matkvaid
IF you want to display the topn measure like your picture displayed, it cannot, it returns a table
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.