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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Greetings all,
Working on deploying some thin reports (using a shared, centralized data set and both table and matrix visuals) and noticing that I can't edit the Sort by Column in the Column Tools menu nor can I change the scaling/format of the values in the matrix (e.g. show the values in thousands) as those options are grayed out. Is this by design? I'm hoping I'm doing something wrong as most other tools handle this easily.
Many thanks...I dug into this a bit more and came to the same conclusion which is unfortunate (as again, this is not a problem in other tools). I believe the same is true for sorting. The workaround there is to set the default sorting in the data set...but if the user wants to sort differently than that, I do not believe that they can.
@thx1137 ,
When you connect live, you can still create a sorting table in your report and create a relationship with existing live model's table. Use this sorting table as dimensional table and pull that into visualizations.
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Here's an example. I've clicked on Sales Amount and under Column Tools, my options for formatting (scaling, etc.) are grayed out.
@thx1137 ,
When you connect live to any published dataset, you can't make any changes to the existing field properties. Hence, it is greyed out.
You can do 2 things here:
1. Change format in the published dataset - This will change its formatting in all connected reports as well
2. Create a new calculated measure, format it the way you want and then use this new measure. In your case, this measure would be as simple as Sales = SUM('Sales'[Sales Amount])
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
If you create a measure on top of this column in the thin file you will be able to change the formatting.