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
bideveloper555
Helper IV
Helper IV

Power bi pivot column

hi,

any help.

below is data

idnamestatestatedate
1PSintesting15/06/2018
1PSactive10/06/2018

and i need to represent 

idnamestatestatedateActiveDate
1PSintesting15/06/2018

10/06/2020

 

am trying to pivot one column which is when any data hold state as "active"i want "statedate" in same row.

 

or as below.

idnameintestingdateActiveDate
1PS15/06/2018

10/06/2020

 

any solution.

 

thanks

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@bideveloper555 , Try to measure like this

statedate = maxx(filter(Table[state]="state"),Table[statedate])
ActiveDate= maxx(filter(Table[state]="active"),Table[statedate])

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@bideveloper555 , Try to measure like this

statedate = maxx(filter(Table[state]="state"),Table[statedate])
ActiveDate= maxx(filter(Table[state]="active"),Table[statedate])

thank you amit.🍻

have a great day.

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.