The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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