Forum Discussion
Creating A Simple graph using two columns of a Dataverse Table
- 3 years ago
Yes, you're missing the fact that in visual you need to give Power BI context of aggregation. In your case even if you will put the AVG/SUM to the field - it will return the value of the field.
SUM(17,2) is 17,2
AVERAGE(17,2) is still 17,2
Doesn't matter if you will use SUM or AVG - it will return its value.
Yes. If it's decimal field then change Count to Average/Sum (as u prefer). It will work then.
Hi
I dont want Average / Sum - I just want the value of the field.
(or am I missing something ?)
Thanks
Nigel
- bolfri3 years agoSolution Sage
Yes, you're missing the fact that in visual you need to give Power BI context of aggregation. In your case even if you will put the AVG/SUM to the field - it will return the value of the field.
SUM(17,2) is 17,2
AVERAGE(17,2) is still 17,2
Doesn't matter if you will use SUM or AVG - it will return its value.