Forum Discussion
"Calculation error in measure" when adding an HTML table in PBI
- 1 year ago
Thanks for the input! The table was too big, so I've added a FILTER function before the CONCATENATION to use the values that I need only. That worked for me.
Here are a few suggestions to help you resolve this:
Reduce the HTML Content: Try to minimize the HTML content to see if it resolves the issue. You can start by removing some of the inline styles or reducing the number of columns and rows.
Check for Hidden Characters: Sometimes, hidden characters or extra spaces can cause issues. Ensure that there are no unnecessary characters in your measure.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the input! The table was too big, so I've added a FILTER function before the CONCATENATION to use the values that I need only. That worked for me.