Forum Discussion
Line chart issue with running totals
- 5 years ago
Hi,
You have written available budget as a calculated column formula. Write that as a measure instead. This is the result you will see
Hi,
You should ideally have a Calendar Table with calculated columns for Year, Month name and Month number. Sort the Month name by the Month number. Create a relationship from the Date column of the Overhead_New table to the Date column of the Calendar Table. To your visual, drag Year and Month Name from the Calendar Table. Write these measures
Initial Budget = sum([Initial Budget calc])
Actuals (hours) = calculate(sum([Actuals calc]),datesytd(calendar[date],"31/12"))
Available Budget = [Initial Budget]-[Actuals (hours)]
Hope this helps.
Thank you Asish for your help. I did as you suggested but no luck:
- Ashish_Mathur5 years ago
Super User
I cannot help without seeing your file.
- Anonymous5 years agoNot applicable
Thank you Ashish for your help.
I want to upload a file but I cannot see any option to do it. I can only copy/paste images but not attach a pbix file.
I found some instructions on forums saying I should use a file sharing service (OneDrive) but our company blocks access to these sites.