Forum Discussion

bhalicki's avatar
bhalicki
Helper V
1 year ago
Solved

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...
  • weiqb's avatar
    1 year ago

    You can use SUMMARIZE/ROLLUP/ISSUBTOTAL function.

    For example.