cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
dokat
Post Prodigy
Post Prodigy

Change Row Order in a table

Hi i am trying to change the row order in a table. I created a measure using below formula and added to values but didnt work. Can anyone help?

 

Rearrange Rows = switch(selectedvalue('P&L'[P&L]),"Volume Sales",1,"Gross Sales",2,"Trade Discounts",3,"Off Invoice Sales",4,"BDF(includes rebates)",5,"Customer NS",6,"ANSP(Cents)",7,"Total Cost of Goods-MGT",8,"Customer P&L - Gross Profit",9)
 
Below is the cirrent order of the rows
ANSP (Cents)
BDF (includes rebates)
Customer NS
Customer P&L - Gross Profit
Gross Sales
Off Invoice Sales
Total Cost of Goods - MGT
Trade Discounts
Volume Sales
1 ACCEPTED SOLUTION

@dokat , leave default as blank(), in place of 9 and then try

View solution in original post

4 REPLIES 4
dokat
Post Prodigy
Post Prodigy

I will give it a try with adding a column. Is there a way to do this without changing the source data, via measures?

amitchandak
Super User
Super User

@dokat , Create this as new column and mark it as a sort column of 'P&L'[P&L]

 

Rearrange Rows = switch(('P&L'[P&L]),"Volume Sales",1,"Gross Sales",2,"Trade Discounts",3,"Off Invoice Sales",4,"BDF(includes rebates)",5,"Customer NS",6,"ANSP(Cents)",7,"Total Cost of Goods-MGT",8,"Customer P&L - Gross Profit",9)

 

 

Sort Month.png

 

 

How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c

In actual table there are more rows that i shared on the sample data. In the query editor raw table there are total of 15 rows. If i just code the 9 it won't work.

 

@dokat , leave default as blank(), in place of 9 and then try

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors