Forum Discussion

ryancaralis's avatar
ryancaralis
Frequent Visitor
2 years ago

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

  • Anonymous's avatar
    Anonymous
    Not 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's avatar
      ryancaralis
      Frequent 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.