Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!!!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |