Forum Discussion
bhalicki
Helper V
1 year agoSummarize table with added row
Hi All, I have the following tables: I am looking to produce a table as follows (using DAX): Adding the TotalHours isn't too difficult, but i'm not sure how to add the "Tot...
- 1 year ago
You can use SUMMARIZE/ROLLUP/ISSUBTOTAL function.
For example.
weiqb
1 year agoFrequent Visitor
You can use SUMMARIZE/ROLLUP/ISSUBTOTAL function.
For example.