March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
169 | |
144 | |
90 | |
70 | |
58 |