This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I am looking to try and add forecasting to my dataset if possible.
I tried adding a date table but received an error that my data isn't evenly spaced.
Any help would be greatly appriciated
Here is a link to my pbix file https://www.dropbox.com/s/d8xgudgl7ylb4c8/test.pbix?dl=0
Another issue I have is on my cumulative line charts. If there is a month with no sales of a product the line for that year does not remain flat, it just disappears. Any reccomendations on how to fix this would be awesome.
Solved! Go to Solution.
Hi @kylemaslak
You may create a table as a calendar table.Then create the measures.Please check Page2 in attached file.
year over year fitting =
CALCULATE (
SUM ( Test[Fitting Qty] ),
FILTER (
ALLSELECTED ( 'Table' ),
AND (
'Table'[Date] <= MAX ( 'Table'[Date] ),
YEAR ( 'Table'[Date] ) = YEAR ( MAX ( 'Table'[Date] ) )
)
)
)
Regards,
Cherie
You could use the old "+ 0" trick for your measure to generate a 0 when there is no data
Hi @kylemaslak
You may create a table as a calendar table.Then create the measures.Please check Page2 in attached file.
year over year fitting =
CALCULATE (
SUM ( Test[Fitting Qty] ),
FILTER (
ALLSELECTED ( 'Table' ),
AND (
'Table'[Date] <= MAX ( 'Table'[Date] ),
YEAR ( 'Table'[Date] ) = YEAR ( MAX ( 'Table'[Date] ) )
)
)
)
Regards,
Cherie
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 22 |