Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHi everyone,
when I am using the following measure:
LM Change =
SWITCH(
TRUE(),
ISBLANK([LM CY]) && ISBLANK([LM PY]),
blank(),
DIVIDE(
[LM CY],
[LM PY],
""
)-1
)
I get the following table that outlines last month sales of the current year, it's corresponding sales in the previous year and the percentage change between these two figures per account:
However, when I would like to split each account sales by country by dragging it in the rows-section of the visual,
it says
Can anyone please help me understand and solve this error?
Thank you in advance!
Solved! Go to Solution.
hi @ThomasSan
try like:
Cool, that worked! Thanks a lot!
i guess it is because BLANK() or "" is text, which could not be converted to numaric values.
hi @ThomasSan
try like:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
24 | |
15 | |
13 | |
12 | |
8 |
User | Count |
---|---|
30 | |
22 | |
15 | |
14 | |
14 |