Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
New to Power BI, and am having trouble with what I thought would be a simple isssue...
I have some Measures :-
Solved! Go to Solution.
HI @Mark-Roberts,
You can add an if statement to your expression to check if the current value is 'not blank' to prevent the calculation expand to the not-required ranges.
Variance =
IF (
[Orders Previous Year] <> BLANK (),
DIVIDE ( [Orders Current Year], [Orders Previous Year], BLANK () ) - 1
)
Regards,
Xiaoxin Sheng
HI @Mark-Roberts,
You can add an if statement to your expression to check if the current value is 'not blank' to prevent the calculation expand to the not-required ranges.
Variance =
IF (
[Orders Previous Year] <> BLANK (),
DIVIDE ( [Orders Current Year], [Orders Previous Year], BLANK () ) - 1
)
Regards,
Xiaoxin Sheng
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 37 | |
| 31 | |
| 27 |