Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
It seems a problem with HTMLViewer, cannot clear data of the previous filter.
Solved! Go to Solution.
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
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.
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |