Forum Discussion
joshs444
3 years agoFrequent Visitor
Numbers Not Adding Up
I tried to validate the number I was getting from a measure in Power BI in excel. I took the tables and ran the necessary formulas, however I got a slightly different number. The formulas loo...
- 3 years ago
joshs444 , You might be using row context. You need to use values or summarize to correct total
example
Sumx(Values(Table[Viual COlumn]), [Meausre])
amitchandak
Super User
3 years agojoshs444 , You might be using row context. You need to use values or summarize to correct total
example
Sumx(Values(Table[Viual COlumn]), [Meausre])