The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have read several posts and I am not getting it. I have thee following that I am trying to replicate in PBI. I have tried everything I can think of and tried to follow the solutions and it's just not happening. Please help with my frustration.
I am trying to get to the monthly average.
@Avantika-Thakur Here is a sample of the dataset. Is this what you are asking for?
Hi @mdonawho ,
You can try creating the below meaqsures for the required scenarios :
(1) Yearly Average - Average calculated across all the months of a year
= Calculate(Average(Value),All except(Table, Year))
(2) Monthly Average - Average calculated across all the years of a particular month
= Calculate(Average(Value),All except(Table, Month))
Hope this helps!
Regards,
Avantika Thakur
Thank you for your input but again I am not getting it. What is the All Except?
MonthlyAverage = Calculate(Average(Value),All except(Table, Month))
I'm sorry but this is like pushing a round plug through a square hole for me.;
Thank you for your patience and help
Michael