The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi!
I'm trying to get the previous row value of a dynamic measure but all the queries I try so far didn't work.
Dynamic measure
DynamicMeasure = IF(SELECTEDVALUE( MainMeasureSlicer[Display As])="Revenue"| SUM(Pipeline[TotalValue])| DISTINCTCOUNT(VwFaturamento[Id]) )
Previous Measure
Previous DynamicMeasure = VAR prevrank = CALCULATE ( MAX([DynamicMeasure])| FILTER ( Bridge| Bridge[Rank] < EARLIER(Bridge[Rank]|1) ) ) RETURN IF (ISBLANK (prevrank)|BLANK() | prevrank )
Error message
Goal
Can anyone help me, please?
Any help would be very appreciated,
Thanks!
Hi @Anonymous ,
Could you please post your sample file to have a test if possible?
Regards,
Daniel He