Essentially I have an expense table with transactions and details ie: employee id, transaction type, date, division level over several granularities. I would like to be able to break down total transaction amounts by these different variables over time periods. Is there a way to do this dynamically using DAX without having to create a summary table for every view ie: monthly totals by division level one, monthly totals by division level two, monthly totals by division level 1 and spending type etc...