Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I am trying to create a measure to predict current year and future year's data on a trend chart. Like below, I have unites and sales records in one table. I created these two charts by applying a filter, which shows if the record is sales or unit. However, I only have sales forecast data for 2021 and 2022. Using sales YoY changes, I want to create a DAX for unit prediction.
Here is the logic I want to create, and anyone know the correct syntax?
If year(FY First Day) >= year(dateadd(today(),+6,'month')), then previous year's unit*sales YoY change.
For example, in this chart, I want to calculate the sales changes from 2021 to 2022. Using this fraction as a factor to multiply the unit in 2021 to get 2022's prediction.
Below are the dataset...
FY First Day | Amt | Category |
2019-01-01 0:00 | 123 | unit A |
2019-01-01 0:00 | 2,341 | unit B |
2019-01-01 0:00 | 2,323 | sales |
2020-01-01 0:00 | 1,234 | unit A |
2020-01-01 0:00 | 200 | unit B |
2020-01-01 0:00 | 234 | sales |
2020-01-01 0:00 | 2,543 | sales |
2021-01-01 0:00 | 124 | unit A |
2021-01-01 0:00 | 200 | unit B |
2021-01-01 0:00 | 123 | sales |
2021-01-01 0:00 | 3,456 | sales |
2022-01-01 0:00 | 20 | unit A |
2022-01-01 0:00 | 5400 | sales |
Hi @windynan ,
Please check if this post could help you: Solved: Running Increase of Forecast based on Actuals - Microsoft Power BI Community.
It calculated forecast vlaues based on actual values.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
In the Table that you have shown, please show the expected result in another column.
User | Count |
---|---|
121 | |
69 | |
66 | |
56 | |
52 |
User | Count |
---|---|
182 | |
85 | |
67 | |
61 | |
53 |