Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
hi
i am trying to create an accumulation of the delta open CR - that also should be filtered according to the selected filtering
the Acc Open CRs is accumulationg ALL open CRs in the system and not by selected month
Acc Open CRs = CALCULATE([Number of open CRs];FILTER(ALL('cr');'CR'[Date]<=MAX('CR'[Date])))
Solved! Go to Solution.
@Anonymous
Just change ALL into ALLSELECTED in your FILTER.
Acc Open CRs = CALCULATE([Number of open CRs];FILTER(ALLSELECTED('cr');'CR'[Date]<=MAX('CR'[Date])))
See my sample below:
Regards,
@Anonymous
Just change ALL into ALLSELECTED in your FILTER.
Acc Open CRs = CALCULATE([Number of open CRs];FILTER(ALLSELECTED('cr');'CR'[Date]<=MAX('CR'[Date])))
See my sample below:
Regards,
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |