Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
I have a question about the slicers and blank values in the data - would anyone know if its possible to sort the data in a way that the slicer shows the blank values at the end, so the slicer below would have the blank option at the end (below Medium)?
Thank you!
Solved! Go to Solution.
@newpbiuser01 *might* be able to create a calculated column that you use as a Sort By column. That's a setting in the Table Tools ribbon tab. Kind of depends on the data though but might be as simple as:
Column Sort =
SWITCH([Column],
"High",1,
"Low",2,
"Medium,3,
4
)
@newpbiuser01 *might* be able to create a calculated column that you use as a Sort By column. That's a setting in the Table Tools ribbon tab. Kind of depends on the data though but might be as simple as:
Column Sort =
SWITCH([Column],
"High",1,
"Low",2,
"Medium,3,
4
)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |