The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I am super new to Power BI and want someone to help me.
How can I always show the True value at the top? It seems that Power BI always puts the highest number at the top.
In the below example I want the True value be on the top at all the time?
Kind regards .
Solved! Go to Solution.
Or try sorting using the true/false column:
Click the ellipsis (⋮) in the top-right corner of the visual and adjust the sorting.
Thanks for the reply from Shravan133 , please allow me to add some more information:
Hi @Harris021 ,
Here are the steps you can follow:
If you select Sort by Column and get a circular dependency error message, you can create a new table with de-duplication, join the original table to the new table, and use Sort by Column again to place the new table's columns into visual.
1. Create calculated table.
Table 2 =
SUMMARIZE(
'Table',[Group2],[Index])
2. Connecting two tables.
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks for the reply from Shravan133 , please allow me to add some more information:
Hi @Harris021 ,
Here are the steps you can follow:
If you select Sort by Column and get a circular dependency error message, you can create a new table with de-duplication, join the original table to the new table, and use Sort by Column again to place the new table's columns into visual.
1. Create calculated table.
Table 2 =
SUMMARIZE(
'Table',[Group2],[Index])
2. Connecting two tables.
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Or try sorting using the true/false column:
Click the ellipsis (⋮) in the top-right corner of the visual and adjust the sorting.