Forum Discussion
Interactive sorting of matrix rows
I have a matrix that groups sales by the following rows:
- date
- sales team
- salesperson.
I would like the user (who only has read permissions) to be able to sort these fields as they wish. That is, they can choose whether to break down by sales team, date, and salesperson, or by salesperson, date, and sales team, etc.
I know I could do this by creating bookmarks, but I want to avoid this option.
powerbi2srm your friend in this case is field parameters, and will allow end use to group by any order, check out this video on my YT channel: Learn TOP 3 use cases of new FIELD parameter feature introduced in May 2022 Power BI Update (youtube.com)
2 Replies
- parry2kSuper User
powerbi2srm your friend in this case is field parameters, and will allow end use to group by any order, check out this video on my YT channel: Learn TOP 3 use cases of new FIELD parameter feature introduced in May 2022 Power BI Update (youtube.com)
- powerbi2srmResolver II
thats what i needed. thank you so much!