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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
tanquoc0309
Helper II
Helper II

HTMLViewer custom visual

It seems a problem with HTMLViewer, cannot clear data of the previous filter.

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @tanquoc0309,

 

I didn't encounter this problem on my side. Please remove the HTMLViewer and re-add it to desktop for a test. Please check if this sample .pbix file contains HTMLViewer works on your side. Besides, if possible, please update your desktop version to the latest one for a test. 

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

This issue is 100% reproducible IF you have rows in your dataset that are empty/null. To repro:

 

1. Add HTMLViewer to the canvas & configure it to use an appropriate column in your dataset

2. Add a filter control so you can quickly jump between rows

3. Using the filter, select a row that contains HTML data. the HTMLViewer control will show it

4. Now select a row that contains no HTML data.

 

Result: the HTML viewer will continue to show the data from the previous record. 

Expected: the HTML viewer should clear

 

My workaround is to use Power Query to create a new column, replacing null values with a single space: 

= Table.AddColumn(#"Removed Columns3", "Scheduled Next Week1", each if [Scheduled Next Week] = null then " " else [Scheduled Next Week])

Microsoft: please work with Hitachi to fix this bug. 

v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @tanquoc0309,

 

I didn't encounter this problem on my side. Please remove the HTMLViewer and re-add it to desktop for a test. Please check if this sample .pbix file contains HTMLViewer works on your side. Besides, if possible, please update your desktop version to the latest one for a test. 

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors