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
can someone help it
Solved! Go to Solution.
Hi @ravi_ch ,
Modify "3/10/2021" as Date(2021,3,10),see below:
Web search Interest Forecast (Power BI) =
VAR Forecast =
CALCULATE (
[AVG websearch Interest (Power BI)],
DATEADD ( 'Date table'[Date], -1, YEAR )
) * ( 1 + 0.1 )
RETURN
IF (
MAX ( 'Date table'[Date] ) > DATE ( 2021, 3, 10 ),
Forecast,
[AVG websearch Interest (Power BI)]
)
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Hi @ravi_ch ,
Modify "3/10/2021" as Date(2021,3,10),see below:
Web search Interest Forecast (Power BI) =
VAR Forecast =
CALCULATE (
[AVG websearch Interest (Power BI)],
DATEADD ( 'Date table'[Date], -1, YEAR )
) * ( 1 + 0.1 )
RETURN
IF (
MAX ( 'Date table'[Date] ) > DATE ( 2021, 3, 10 ),
Forecast,
[AVG websearch Interest (Power BI)]
)
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my reply as a solution!
Share that and show the result in a simple Table format. Once we get the result in a Table format, we can build any other chart/visual that we want.
Hi,
What does your raw inout data look like? Share that and show the result in a simple Table format. Once we get the result in a Table format, we can build any other chart/visual that we want.
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 |
|---|---|
| 37 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |