Forum Discussion
Dicken
Post Prodigy
1 year agoAverage granularity
Hi, i have a question iif i have a fact tabel, over a copupe of years, but not all years have all months , so example may start Feb to Oct. if i want an average total / 12 if so I...
- 1 year ago
Hi Dicken ,
May I ask if the provided solution helped in resolving the issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you!!
Dicken
Post Prodigy
1 year agoI think an approach, and I have not got this working , it to use parallelperiod, so
EVALUATE
SELECTCOLUMNS(
PARALLELPERIOD( 'Calendar'[Date],0,YEAR),
"N", FORMAT( 'Calendar'[Date],"MMM-YYYY") )would give a single row table to iterate over and would conatain all dates, just an idea.