Forum Discussion

Eva1's avatar
Eva1
Frequent Visitor
4 years ago
Solved

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...
  • PaulDBrown's avatar
    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