Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mbregunci
Frequent Visitor

BUG: HTML code "&nbsp" is displaying instead of blank values when n show as table on mobile app

Hi Community,

 

Recently I found the following BUG on the mobile app.

The HTML code: " " for blank/space is being displayed when the value is supposed to be "BLANK".

The error happens when I use the "show as table" on pbi mobile app.

mbregunci_0-1687334164105.png

 

On PBI desktop and service the values are showing as expected (not showing anything) but when the user opens the report using PBI mobile app and clicks on "show as table", instead of showing "" (nothing), the table is showing   html code.

 

To be clear: I'm not using any HTML as any source of data. The measures are simple ifs like:

current year = 
VAR cumulative = 
    CALCULATE(
        [measure]
        ,KEEPFILTERS( YEAR(fact_table[date]) = YEAR(TODAY()))
    )

RETURN
IF(
      VALUES(Date_Dim[Day]) > [Max Current day]
    , BLANK() 
    , cumulative
)

 

Thank you in advance!

 

3 REPLIES 3
mbregunci
Frequent Visitor

Amazing @michalfoster . Thank you for the update!

michalfoster
Power BI Team
Power BI Team

Hi @mbregunci ,

 

Thank you for reporting this. We are able to reproduce the issue and working on a fix.

 

Thanks,

Michal

Hi @mbregunci ,

We are working on releasing a fix. We expect it to be available by early August.

This is a service side fix, therefore there is no need to upgrade the app in order to enjoy it.  

Thanks,

Michal

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors