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
Solved! Go to Solution.
Hi @Anonymous ,
Maybe you can try to use the measure if it works on your side:
Test =
IF (
[Measure1] <> BLANK (),
[Measure1],
CALCULATE (
MAX ( 'DATASET A'[Volume p1] ),
FILTER ( ALLSELECTED ( 'DATESET A' ), 'DATA SET A'[Dato/tid] = [Max date/time] )
)
)
If above not help, please share some sample data so that we can test to coding formula on it.
Regards,
Xiaoxin Sheng
Hi @Anonymous ,
Maybe you can try to use the measure if it works on your side:
Test =
IF (
[Measure1] <> BLANK (),
[Measure1],
CALCULATE (
MAX ( 'DATASET A'[Volume p1] ),
FILTER ( ALLSELECTED ( 'DATESET A' ), 'DATA SET A'[Dato/tid] = [Max date/time] )
)
)
If above not help, please share some sample data so that we can test to coding formula on it.
Regards,
Xiaoxin Sheng
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |