Forum Discussion
Anonymous
5 years agoNot applicable
How to show the Conditional Formatting option in Fields tab
Hi All, I'm a newbie in the PowerBI world and I'm creating a custom visual app that needs to show the conditional formatting option as the Matrix visual does in a Values in the Fields tab. ...
Anonymous
5 years agoNot applicable
Hello Anonymous , Did you get any solution to this problem ?
I am having similar issue
https://community.powerbi.com/t5/Developer/Custom-visuals-How-to-access-colors-set-in-Conditional/m-p/1897095#M29935
Anonymous
5 years agoNot applicable
Hi Anonymous, Sorry for late reply. Due, Conditional Formatting doesn't work with Matrix & Table in api v.3.6 (https://docs.microsoft.com/en-us/power-bi/developer/visuals/conditional-format). As i researched Conditional Formatting work great with categorical type. Then, I changed my dataViewMapping to Categorical type instead of Matrix type and build Matrix object by manually.
By this way, It will return data from rule that set in Conditional Formatting menu 🙂