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
Hi, i'm back,
please try with this:
Created Measure:
DequeuePerSecs-My = IF(HASONEVALUE('MyTable1'[Scenario]),VALUES('MyTable1'[DequeuePerSecs]))
Banan
2 years agoFrequent Visitor
This solution does not work if I want to use a “clustered bar chart” and I want to put a new measure in the x-axis. What is the solution?