Forum Discussion
android1
Post Patron
10 years agoEmpty values appear as Blank in Report View
Hi,
In Desktop, values appear empty (they don't contain a number which is what I want). However, in Report view they are appearing as blank. How do I fix this? By Report view I mean in Power BI Service.
Hi there,
No resolution as of yet, see this link: http://community.powerbi.com/t5/Service/Tables-in-online-service-showing-blank/m-p/38633#U38633
3 Replies
- jcarville
Skilled Sharer
Hi there,
No resolution as of yet, see this link: http://community.powerbi.com/t5/Service/Tables-in-online-service-showing-blank/m-p/38633#U38633
- AnonymousNot applicable
You can try to make the measure a text measure. IF(IsBlank([YourMeasure]),"",[YourMeasure])
- android1
Post Patron
Hi,
Thanks for the replies.