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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
zawlh
Helper I
Helper I

Comparison Charts for the Same ID

I have a data table with duplicated users id with different information and different dates. 
What would be the best comparison charts to compare for those data.

This is the example data for some users.

User IDDateScoreEducationRideLocation
11/1/202050High SchoolBicycleUrban
11/1/202270Under GraduateBicycleRural

2

1/1/202040High SchoolBikeRural
21/1/202280High SchoolCarUrban

The data looks like taking survey with different times for the same users.

I would like to ask some suggestions that what would be the best comparison idea to compare 1st time data and 2nd time data.

 

Thank you for your suggestion.

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@zawlh 

maybe you can create a column

rank = RANKX(FILTER('Table','Table'[User ID]=EARLIER('Table'[User ID])),'Table'[Date],,ASC)

1.PNG2.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ryan_mayu
Super User
Super User

@zawlh 

maybe you can create a column

rank = RANKX(FILTER('Table','Table'[User ID]=EARLIER('Table'[User ID])),'Table'[Date],,ASC)

1.PNG2.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




That's really help for me.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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