Forum Discussion
AllanBerces
Post Prodigy
2 years agoDaily Progress Transfer to other Table
Hi good day, Can anyone pls need assistance I have 3 Table (Daily SQL, Dimdate and S-Curve). Daily SQL contain day to day daily progress. I want to get the daily progress on a certain project in Da...
- Anonymous2 years ago
Hi AllanBerces ,
Regarding your question:
Use the following DAX expression to create a measure named ‘Daily Progress’Daily Progress = CALCULATE(SUM('Daily SQL'[Earned last 24 hrs]),SUMMARIZE('Daily SQL','Daily SQL'[WON],'Daily SQL'[Task Phase],'Daily SQL'[Main Cat]))Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi AllanBerces ,
Regarding your question:
Use the following DAX expression to create a measure named ‘Daily Progress’
Daily Progress =
CALCULATE(SUM('Daily SQL'[Earned last 24 hrs]),SUMMARIZE('Daily SQL','Daily SQL'[WON],'Daily SQL'[Task Phase],'Daily SQL'[Main Cat]))
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
AllanBerces
Post Prodigy
2 years agoThank you very much