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
Eva1
4 years agoFrequent Visitor
Hi,
So i would want
Sales
Revenue
EBITDA
However its showing as EBITDA, Revenue, Sales
I set up an order mapping where it says Sales 1, Revenue 2, EBITDA 3. However i wasnt sure what to do next and my table still appears alphabetically.