Forum Discussion
ryancaralis
2 years agoFrequent Visitor
Title/Subtitle Conditional Formatting Remains Blank After Selections
Hi, first post here! I'm having issues with conditional formatting for chart titles and subtitles and am not sure if it's a Power BI issue or something I'm doing incorrectly on my end. When I try...
Anonymous
2 years agoNot applicable
Hi ryancaralis ,
Please make sure that you are choosing a measure which will return a text format result.
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.
ryancaralis
2 years agoFrequent Visitor
Thanks Rico Anonymous! Instead of pulling from a measure I was trying to pull from a table column. I ended up making a measure and it worked.
Does pulling directly from the table not work because of the potential for multiple values within the column and the lack of filters acting on it? I used FIRSTNONBLANK in the measure to handle this.