Forum Discussion
elior
2 years agoRegular Visitor
Summarize Values To One Column Without Aggregation
Hi, I have the following tables that I want to add from Table 1 the total summarized values From Table 2 Table1 - number of units bought each hour Table2 - number of items each buyer bought ...
elior
2 years agoRegular Visitor
I cannot unpivot it, im using it in direct query
samratpbi
Super User
2 years agoHi, if you cant use Power Query, then instead of the transformation, you can do sum of all the columns from Table 2 using DAX.
If this helps o resolve your problem, then please mark it as solution, Thanks!
- elior2 years agoRegular Visitor
maybe dax will be ok, by which formula ?