Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
Hi @jaspreet27singh ,
Based on my understanding of your requirement, what you is a order-by column for column 'Dimensions'[Value4] as described here: Sort one column by another column in Power BI - Power BI | Microsoft Learn
To create the sort-by column, you can create a calcualted column in table 'Dimensions':
SortValue4 = IF([Value4]="Date Dimensions",2,1)
Kind regards,
Martin
Hi, @jaspreet27singh
First, thanks for @Martin_D reply. The display order in the slicer is really affected by the parameter after NAMEOF, which you can modify to display the desired order.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi @jaspreet27singh ,
The bold numbers (see below) in your field parameter table define the display order. If you want to change the order, you can change the numbers. But be careful, each number should be unique in this column.
Hi @Martin_D,
It is not working as you mentioned above
Hi @jaspreet27singh ,
Would you like to provide the following information to help understanding what you want?
Thank you!
Kind regards,
Martin
Hi @Martin_D ,
I am sharing all possible screenshot below.
By default "Date Dimension" is coming fisrt if you see slicer screenshot and requirement is to sort as per user requirement for example Platform first then Date
horizontally and vertically does'nt not work here because we have more in list
Hi @jaspreet27singh ,
Based on my understanding of your requirement, what you is a order-by column for column 'Dimensions'[Value4] as described here: Sort one column by another column in Power BI - Power BI | Microsoft Learn
To create the sort-by column, you can create a calcualted column in table 'Dimensions':
SortValue4 = IF([Value4]="Date Dimensions",2,1)
Kind regards,
Martin
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
11 | |
10 | |
8 | |
5 |
User | Count |
---|---|
13 | |
12 | |
11 | |
9 | |
9 |