This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |