Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi 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:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
12 | |
11 | |
9 | |
9 |