Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I created parameter for product, country and segment. I am using this parameter in table visual. My issue is I need to display the values in ascending order with the parameter value.
If I click country in the filter, then country column will display in ascending order along with other measure values.
If I click Product in the filter, then Product column will display in ascending order along with other measure values.
If I click Segment in the filter, then Segment column will display in ascending order along with other measure values.
How to overcome this issue to sort the table with parameter values?
Hi @SudharsanRaja ,
Just click the column that you want the table to be sorted. So if you select the column of Profit then it will always be sorted by that column even if you change the field parameter:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank you @MFelix . The table needs to sort with respect to parameter value. In above scenario Accountnumber, color and firstname needs to display in ascending order!
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 36 | |
| 35 |