Forum Discussion
bhalicki
1 year agoHelper V
Summarize 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.