Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi everyone,
I am trying to show the value for the last quarter selected by the user with values (non blank).
To show the value of the last quarter selected by the user I am using this function :
Solved! Go to Solution.
But it gave me an idea for the solution :
Value Last Quarter =
@Lovebo01 , try like
Value Last Quarter =
var _max =MAXX(allselected('Date'),'Date'[Quarter])
return
CALCULATE([Value],
Filter('Date','Date'[Quarter]=_max))
But it gave me an idea for the solution :
Value Last Quarter =
Hello,
Thank you for your help but it doesn't work, I have only values for the last Quarter, but if the last quarter with some values is the 2nd quarter, it shows nothing.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 11 | |
| 9 | |
| 8 |