March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
in my current PBI project, I have created a measure called as "last_month_flag" which, according to time filters, will output "Yes" if the month in 2023 is the last selected one, else "No".
Now I would like to use this last_month_flag measure to aggregate KPIs, in particular to AVERAGE those months flagged as "No" to quickly compare vs last selected month. Is there a way to do this?
Any idea or suggestion would be much appreciated. 😊
Many thanks,
salabb
I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.
Your insights and updates will greatly assist others who might be encountering the same challenge.
Hi salabb,
Although I don't know what table and column you want to get the average, something like below may work.
Average of non-last month =
CALCULATE ( AVERAGE ( 'Table'[Amount] ), [last_month_flag] = "No" )
Average of non-last month =
CALCULATE ( AVERAGE ( 'Table'[Amount] ), [last_month_flag] = "No" )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
16 | |
15 | |
7 | |
6 |
User | Count |
---|---|
33 | |
29 | |
16 | |
13 | |
12 |