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! Request now
Solved! Go to Solution.
Hi @Anonymous ,
Please try the following DAX formula and check if they can solve the problem:
Total =
VAR _selectedDates = VALUES('Commitment Rundown'[Date])
RETURN
CALCULATE(
DISTINCTCOUNT('Commitment Rundown'[LTP]),
FILTER(
'Commitment Rundown',
'Commitment Rundown'[Baseline Finish WE] IN _selectedDates &&
'Commitment Rundown'[RFSU Forecast WE] IN _selectedDates
)
)
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please try the following DAX formula and check if they can solve the problem:
Total =
VAR _selectedDates = VALUES('Commitment Rundown'[Date])
RETURN
CALCULATE(
DISTINCTCOUNT('Commitment Rundown'[LTP]),
FILTER(
'Commitment Rundown',
'Commitment Rundown'[Baseline Finish WE] IN _selectedDates &&
'Commitment Rundown'[RFSU Forecast WE] IN _selectedDates
)
)
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
Thank you very much, it works! YAY!!!
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 |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 8 | |
| 8 |