Forum Discussion
Anonymous
5 years agoNot applicable
Generating a Normal Distribution for Budget by project when given start and end dates
How can I take a table of projects, that features a budget value, and a start and end date, and generate a normalized distribution by month for every project? Ideally, this would generate a new ...
v-lionel-msft
5 years agoCommunity Support
Hi Anonymous ,
SUMMARIZE function (DAX) - DAX | Microsoft Docs
Try to create a calculated table with this function/
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.