Forum Discussion
Proper layout for budget table
- 6 years ago
Hi Anonymous,
create the budget table in the smallest required granularity (e.g. month) and aggregate the values using a date table.
Check this out.
Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Hi Anonymous,
use a relative date filter.
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range
Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Yes, I love that feature. Just wish they had setting for "this quarter".
- mwegener6 years agoMost Valuable Professional
HI Anonymous ,
did not have in mind that quarter is missing.
Then use "this month" and the following measure.
Quarter Budget = CALCULATE ( SUM ( Budget[Budget Amount] ), FILTER ( ALL ( 'Calendar' ), 'Calendar'[Quarter] = MAX ( 'Calendar'[Quarter] ) ) )Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.