Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
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 -
This is the output that I want to achieve in PowerBI-
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
Hi @mocha911 ,
I assume that the dimension table has 2 one-to-many relationships with 2 fact tables.
Here is my sample data.
Please try this measure
Measure 3 = IF( SELECTEDVALUE('Fact services'[Service Date])> SELECTEDVALUE('Fact member'[Upgrade Date]),1,0)
Result
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
11 | |
10 | |
9 | |
8 |