Forum Discussion
gtamir
Post Patron
2 years agoBuild a table and filter it
Hi, I have the folloing DAX function to build a table: RunningTotalByCreditCard = SUMMARIZECOLUMNS(creditcard[id_card], "TOTAL" , SUM(creditcard[sum])) I'd like to add a filter so the table will s...