Forum Discussion

sakarim's avatar
sakarim
Frequent Visitor
5 years ago
Solved

Conditional data labels on graphs

Hi,

 

I work with health data and have to suppress counts of less than 5 on graphs. I am looking for a solution to display a data label on the chart once filters are applied to show "<5" where counts are less than 5 rather than it being omitted or blank (see example picture below). Is there a way to do this?

 

 

6 Replies

  • Hi, sakarim 

    One way to achieve this is fixing the number format by using Tabular Editor in Power BI.

    Please check the below picture and the sample pbix file's link down below.

    I created a calculation group inside Tabular Editor in Power BI Desktop.

    If you go into the Tabular Editor, and if you check the "Format Striing Expression", you can see how I wrote DAX.

     

     

    https://www.dropbox.com/s/gbzuh1x2f2miism/Sakarim.pbix?dl=0 

     

    Hi, My name is Jihwan Kim.

    If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

    Linkedin: https://www.linkedin.com/in/jihwankim1975/

  • vanessafvg's avatar
    vanessafvg
    Community Champion

    are you wanting to group everything under 5 in one bucket and have its own bar to display?  is that what you asking?

    • sakarim's avatar
      sakarim
      Frequent Visitor

      For any variable where the count is less than 5, I just want a data label that shows <5 rather than it being blank. For example, the picture I included shows a breakdown by age category and you can see the 55-64 age range for the pink bar is blank because it is less than 5 for the category. I want there to be a label that says "<5".