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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
trent-lim
Frequent Visitor

Put values in different rows into two columns

Hi,

 

I have an excel spreadsheet as my dataset, that looks like this:

DateTimeTypeCount
1/12/2021 10:00:00 am  NS597
1/12/2021 10:00:00 amSu494
1/12/2021 11:00:00 amNS  658
1/12/2021 11:00:00 amSu553

 

And I want each date to have its own row, and each type to have its own column like this:

DateTimeNSSu
1/12/2021 10:00:00 am  597  494
1/12/2021 11:00:00 am658553

 

How would I do this with power query? Thanks in advance

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@trent-lim , Pivot the last two column in power query

https://radacad.com/pivot-and-unpivot-with-power-bi

 

Or create measure like these and use in table visual with date

 

Ns = countx(filter(Table, Table[Type] ="Ns"), [Count])

 

Su= countx(filter(Table, Table[Type] ="Su"), [Count])

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

This screenshot should say it all

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@trent-lim , Pivot the last two column in power query

https://radacad.com/pivot-and-unpivot-with-power-bi

 

Or create measure like these and use in table visual with date

 

Ns = countx(filter(Table, Table[Type] ="Ns"), [Count])

 

Su= countx(filter(Table, Table[Type] ="Su"), [Count])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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