Forum Discussion
Can't add Web URL cell element to table
- 2 years ago
Fixed this issue thanks to a comment on this post: https://community.fabric.microsoft.com/t5/Desktop/Web-Url-Conditional-Formatting-Unable-to-Select-Field/td-p/1825825
I'm using Calculation Groups, which I guess breaks this funciton. The fix is to create a measure that explicitly chooses the URL (for me, FIRSTNONBLANK(url field, url field)).
Fixed this issue thanks to a comment on this post: https://community.fabric.microsoft.com/t5/Desktop/Web-Url-Conditional-Formatting-Unable-to-Select-Field/td-p/1825825
I'm using Calculation Groups, which I guess breaks this funciton. The fix is to create a measure that explicitly chooses the URL (for me, FIRSTNONBLANK(url field, url field)).
- Arielcchy2 years ago
Advocate II
Thanks for this post. It solves my issue.
I encountered URL columns couldn't apply in value field after calculation group has been enabled.
Creating explicit measures resolve it.
For example: URLexplicitmeasure:= MAX(URLcolumn)