Forum Discussion
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 to select a field from my data model for chart titles or subtitles, the selection remains blank.
Has anyone else experienced this issue?
chouyueh I just noticed your post from April (https://community.fabric.microsoft.com/t5/Desktop/Field-Value-in-Conditional-format-appear-blank/m-p/3193217#M1075909). Were you able to resolve the issue?
3 Replies
- AWLevatichNew Member
I have had this issue as well!
- AnonymousNot applicable
Hi ryancaralis ,
Please make sure that you are choosing a measure which will return a text format result.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ryancaralisFrequent 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.