Forum Discussion
Eva1
4 years agoFrequent Visitor
Power BI Table Not Sorting
Hi, This is possibly a very basic question. Im very new to BI and setting up a simple table with metrics down the side. However i want it to be in a specific order. I set up an order data s...
- 4 years ago
Normally you would be using measures for aggregations. For example,
Sales = SUM(Table[Sales])You can then add the measures to the visual. The order is established by the order in the Values bucket.
But it would really help if you could post a depiction (screenshot, mockup in Excel...) of what you are hoping to achieve
PaulDBrown
4 years agoCommunity Champion
Any chance you can provide sample data or a PBIX file and a depiction of the expected output?