Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi friend,
Anyone knows how to adjust this measure?
My first measure is
My MAXX measure is:
Solved! Go to Solution.
Hi @felipereis50
Please try
MAXX_Vendas =
IF (
[TopN_Vendas] <> BLANK ()
&& HASONEVALUE ( fDados[SKU] ),
MAXX ( fDados, [#vlr_unit_item] )
)
Hi @felipereis50
Please try
MAXX_Vendas =
IF (
[TopN_Vendas] <> BLANK ()
&& HASONEVALUE ( fDados[SKU] ),
MAXX ( fDados, [#vlr_unit_item] )
)