Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi experts,
I am trying to "display" the data label of my graph where there is no data...
[reference to my graph, I have a subject-science of which no one achieve a quality pass (after my measure)]
How do I still keep that label on?
Thank you for your attention!
Cheers,
wilfredtsk
Solved! Go to Solution.
@wilfredtsk,
Do you have the "Fdn Science" value in your table? Does you measure return blank value for the "Fdn Science" category? If so, create a new measure using DAX below, drag this new measure to the column chart and turn on data label.
NewMeasure= if(isblank([Measure]),0,[Measure])
Regards,
Lydia
@wilfredtsk,
I am not quite sure what is your expected result. How about you turn on data label.
Regards,
Lydia
Hi Lydia,
Thank you for replying as always.
Here's my expected results..., i.e. showing that "Fdn Science"....
Warm Regards,
Wilfred
@wilfredtsk,
Do you have the "Fdn Science" value in your table? Does you measure return blank value for the "Fdn Science" category? If so, create a new measure using DAX below, drag this new measure to the column chart and turn on data label.
NewMeasure= if(isblank([Measure]),0,[Measure])
Regards,
Lydia
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
54 | |
38 | |
31 |
User | Count |
---|---|
71 | |
64 | |
60 | |
50 | |
45 |