Forum Discussion
Anonymous
5 years agoNot applicable
Power BI Table Average Total Incorrect
Hi, I selected a table from the visualization options. After adding my columns as an average rather than sum, I am receiving the wrong total. If that is just the way the calculation works for averag...
- 5 years ago
Hi Anonymous ,
Using values('Table[name]) instead,see below example:
Measure total = SUMX(VALUES('Table'[Name]),[Measure])For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
anilgk
1 year agoRegular Visitor
What do we do if there are nested categories ?
- Ashish_Mathur1 year agoSuper User
Hi,
Share some data, explain the question and show the expected result. Share data in a format that can be pasted in an MS Excel file.