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 ..
I have below testing measures and can view the result...
Migration (RM) =
VAR _Result =
CALCULATE(
SUM( fin_migration[Migration (M)] ),
fin_migration[Date] = MAX( fin_migration[Date] ),
fin_migration[Month] = MAX( fin_migration[Month] )
)
RETURN
IF(ISBLANK(_Result),"0.00",_Result)
However, when I try to change from "0.00" to "-" , I received an error as below:
MdxScritp(Model)(155,63) > Cannot convert value "-" of type Text to type Numeric/Date
What should I do next to resolve the problem? ...
Regards,
NickzNickz
A measure can only return values of a single type, so everything will need to be numeric or everything will need to be text. If you want to return the values as text you could use the FORMAT function, otherwise you'll need to keep the measure returning blank or 0 when the result is blank.
Hi @johnt75 ,
Both my measure and tables are in decimal numbers.
Other tables were just okay... No problem. ..
Regards,
NickzNickz
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 |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |