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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 127 | |
| 102 | |
| 67 | |
| 49 |