Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have a large dataset where I have around 100 different variables where I want to visualise the top X (by count) and also sort the area chart so that the highest value is at the bottom. There doesn't seem to be an easy way to do this. Especially because of how many potential options there could be and I want it dynamic for filtering.
My methodolody was
TABLE1
Ref | Variable a | variable b | variable a +b | rest of table
I duplicated this table and made a group_by:
TABLE2
variable a+b | count
which I joined back to the original TABLE1 giving us
Ref | Variable a | variable b | variable a+b | rest of table | count
At this point I tried to sort variable a+b by count and despite there only beng 1 count value for each variable a+b I got and error saying:
We cant sort the "variable a+b" column by "count". There can't be more than one value in "count" for the same value in "variable a+b".
I had already checked this and the objection in the error isn't the case.
Can anybody please shed some light / workaround?
Thanks!
Solved! Go to Solution.
Thanks, none of them worked for my issue sadly but I was able to rebuild the model for a workaround
Hi @NDYKES
Sample data and expected output will be helpful to provide an accurate solution.If you need further help,please follow the How to Get Your Question Answered Quickly to post your simple assumed data and expected output.It would be better if you can upload the .pbix file to OneDrive and post the link here.
Below are some reference for you:
https://community.powerbi.com/t5/Desktop/Help-sorting-column-order/m-p/741699#M357591
https://community.powerbi.com/t5/Desktop/How-to-sort-Arrange-Bar-chart/m-p/648236#M310803
Regards,
Thanks, none of them worked for my issue sadly but I was able to rebuild the model for a workaround
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
83 | |
72 | |
49 |
User | Count |
---|---|
142 | |
139 | |
110 | |
69 | |
55 |