This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 May 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 |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |