Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Community,
I have a following weird case in which I needed some assistance. My "Date" dimension is connected to the StartDate in the table below. My table looks like this : -
WorkID | StartDate | EndDate | Type |
1 | 1/1/2014 | 1/5/2017 | Rejected |
2 | 7/7/2015 | Active | |
3 | 4/4/2016 | 5/7/2017 | Closed |
4 | 2/9/2017 | Active |
Now, I need to calculate the total of the "Active Cases" for the past 5 years by month. The tricky part is that all the "Rejected" cases need to be counted as "Active" for the months between StartDate and EndDate. Any workaround for this?
Solved! Go to Solution.
@Anonymous,
You may take a look at the measure in link below.
@Anonymous,
You may take a look at the measure in link below.