I have a table and I want to create measure to calculate the monthly average of total cost per each day
so
1- I want to sum the total value per each date
2- I want to get average of the sum per each month (the number of days per each month are not equal ,I mean there are 5 dates in august but in sepryember only 4 ....etc)
I hope my question is clear enough
Best Regards
Solved! Go to Solution.
@osama_ayoub , Try a measure like
averagex(Values(Table[Date]), calculate(Sum(Table[Value])) )
@osama_ayoub , Try a measure like
averagex(Values(Table[Date]), calculate(Sum(Table[Value])) )
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
111 | |
73 | |
49 | |
33 | |
33 |
User | Count |
---|---|
149 | |
95 | |
87 | |
50 | |
41 |