The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.