Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
Is it possible to get the Max value / the latest value of the measure in the grand total alone ?
My measure:
Solved! Go to Solution.
Hi @priya_rajendran ,
Has your problem been solved? If it is solved, please mark a reply which is helpful to you.
If the problem is still not resolved, please try the measure.
Total =
IF (
ISFILTERED ( calendar_dim[Month] ),
[Opening_HC],
MAXX ( VALUES ( calendar_dim[Month] ), [Opening_HC] )
)
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @priya_rajendran ,
Has your problem been solved? If it is solved, please mark a reply which is helpful to you.
If the problem is still not resolved, please try the measure.
Total =
IF (
ISFILTERED ( calendar_dim[Month] ),
[Opening_HC],
MAXX ( VALUES ( calendar_dim[Month] ), [Opening_HC] )
)
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks much! This worked 🙂
@priya_rajendran , try measure like one discussed in this blog
you use isinscope to a have different formula with lastnonblankvalue
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
49 | |
41 | |
34 |
User | Count |
---|---|
164 | |
111 | |
62 | |
53 | |
38 |