Forum Discussion
Sofinobi
2 years agoHelper IV
Force Summarize Table
Good morning all, please, i have 3 tables ; "Sales_Tab" as fact, "ThirdParty" as dim, and Date Table i want to create a summarized table with 3 columns ; Clien...
- 2 years agoSummarize Table = ADDCOLUMNS(SUMMARIZECOLUMNS(Client[Oid],'Date'[Month]),"Sales", calculate(0+SUM(Sales[Amount])))