Forum Discussion
irfanreporting
9 years agoHelper I
Display my data values on a graph without calculated functions like sum, count etc
Hi experts. I want to just display my data on the graph without using count,sum,min,max.avg functions etc as in my case values are already aggregated from the datastore. Does powerBI provides a way ...
Vvelarde
9 years agoCommunity Champion
Are you using a table or Matrix visualization?.
In that case you need a little modification to the measure.
mymeasure=IF(HASONEVALUE(Table[Column]),VALUES(Table[Column]))
Anshika
4 years agoRegular Visitor
Hi, I am also caught with the same situation & used the same method as you described above but I could not understand the logic behind it , why we used hasonevalue along with values in the measure.
Please explain whenever you see my post!!
Thank you!!