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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
mocha911
Frequent Visitor

how to compare 2 dates from different fact tables?

Hi All,

I am trying to write a DAX measure to get a flag which shows a service date (from Fact_Service table) greater than then upgrade date (from Fact_Member table). There is a Member dimension table between these two fact tables like below -

mocha911_0-1722899721014.png

This is the output that I want to achieve in PowerBI-

mocha911_1-1722899780893.png

There are multiple upgrades for each member and of course multiple services for each member in both fact tables.

But atm I only need the latest upgrade date to compare with all service dates for simplicity.

Any ideas how to do it? thanks

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @mocha911 ,

 

I assume that the dimension table has 2 one-to-many relationships with 2 fact tables.

vxiaocliumsft_0-1722912806609.png

Here is my sample data.

vxiaocliumsft_0-1722912844037.png

Please try this measure

Measure 3 = IF( SELECTEDVALUE('Fact services'[Service Date])> SELECTEDVALUE('Fact member'[Upgrade Date]),1,0)

 

Result

vxiaocliumsft_0-1722912966208.png

 

 

Best Regards,

Wearsky

Thank you for the suggestion Wearsky, 

I tried your measure but it shows an error - "Visual has exccede the available resources"

I am guessing the data is too big to do such an action? any other advices? thanks

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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