Forum Discussion
fdanielsouza
5 years agoHelper I
Highlight bug with boolean measures
Hi, I noticed that the highlight array have the same values of the data array, but with nulls where points aren't selected. When the measure returns a boolean value, however, the array gives falses i...
- Anonymous5 years ago
HI fdanielsouza,
Have you tried to use a column with other type values? Bool type is different than common visuals and they may affect/conflict with the visual render and analysis. (AFAIK, sometimes they can be defined to control to enable some features)
In addition, you can also contact to power bi team and attach your sample pbix file to help them reproduce and confirm this scenario.
Regards,Xiaoxin Sheng
fdanielsouza
5 years agoHelper I
I don't think it's related to the function per se, because if I use an implicit measure in a boolean column (like "first this_boolean_column") the problem stands
fdanielsouza
5 years agoHelper I
Thanks Anonymous , so I'll just stick to a warn in the visual's landing page.