Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
db93
New Member

Move Rows to Columns

Hi all,

 

I have data pulling in a query in the "Current Format" and want to adjust the query to pull it in like the "Future Format".

 

Essentially want to use this to track status by month over a long period of time. And with there being tens of thousands of "Numbers" I get too much data in the current format to pull into one spreadsheet.

db93_0-1697502615788.png

 

Thanks for all your help!

 

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

NewStep=let a=Table.TransformColumns(CurrentFormat,{"Month",Text.From}) in Table.Pivot(a,List.Distinct(a[Month]),"Month","Status",Text.Combine)

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

NewStep=let a=Table.TransformColumns(CurrentFormat,{"Month",Text.From}) in Table.Pivot(a,List.Distinct(a[Month]),"Month","Status",Text.Combine)

Edit: NVM I figured it out. Thank you!

 

Thanks for your response. I'm getting an error from the List.Distinct function.

 

List.Distinct(a[Month])

 

Expression.Error: The column 'Month' of the table wasn't found.
Details:
Month

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.