Forum Discussion
Measure for forecasting for a cumulative count
Hello, I have a measure in which I calculate the cumulative count of a rows of my fact table.
For this measure, I have been asked to do a forecast for every day of one month. I say one month only because my user is interested in analyzing each month seperately.
There's no difference between workdays and non-working days
This is my cumulative count:
Measure =
- Anonymous1 year ago
Hi MCacc ,
You can follow the steps below to get it:
1. Create a calendar table which includes every single day for the entire year
2. DO NOT create any relationship with the table CALENDAR and FACT_TABLE
3. Create a line chart(X-axis:CALENDAR[Data] Y-axis: [Measure]): you can refer the following link to get it
How to Create a Line Chart With Cumulative Values in Power BI - Monocroft
Best Regards
2 Replies
- AnonymousNot applicable
Hi MCacc ,
You can follow the steps below to get it:
1. Create a calendar table which includes every single day for the entire year
2. DO NOT create any relationship with the table CALENDAR and FACT_TABLE
3. Create a line chart(X-axis:CALENDAR[Data] Y-axis: [Measure]): you can refer the following link to get it
How to Create a Line Chart With Cumulative Values in Power BI - Monocroft
Best Regards