Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
This is what I have that partially works:
Html.Table([Notes],{{"PlainText",":root"}})
But because only some of the entries have the HTML format, it creates an error for the text that doesn't. Can I add try/otherwise to this to get it to work?
Thanks!
I think something else must be wrong with what I'm trying to do. When I expand the table it goes from 1000+ rows to about 25 rows with seemingly no relation to whether it has the <div> wrappers or not. Do you know why that is?
Hi @KathleenW ,
I have a test in my sample.
Expand the Table, you see It won't show error if value in [Notes] is not in html format.
If your code will give you error when values are not in html format. I suggest you to replace error with text error then create a new conditional column by if function.
Right click your PlainText column then use Replace Errors function.
Add Conditional column as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
69 | |
55 | |
37 | |
35 |
User | Count |
---|---|
85 | |
66 | |
59 | |
46 | |
45 |