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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
sgraber12
New Member

Power BI Desktop - Comparing Information Between Two Rows

Hi,
 
I am looking to compare information across two different rows in my dataset. As of now, individual files come into my dataset with "FilePeriod" dates. I want to see if the "Action Date" column changes between different file periods and then show this in a table with other data. The data is structured like this (simplified):

 

ScreenCapture 6-3-2020 v2216.png

 

How would I create / calculate Column 3?

2 REPLIES 2
v-zhenbw-msft
Community Support
Community Support

Hi @sgraber12 ,

 

Sorry for that we cannot see your screenshot, could you please post another screenshot or share some sample data?

 

Edit 1.jpg

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@sgraber12 , try a new column like

 New column  
 var _1 = maxx(filter(Table,[File Period]<earlier([File Period])),[Action Date])
 return
 if(isblank(_1) , "NO", if([Action Date]<>_1,"YES","NO"))
Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.