March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
Been working on this one for a while. I will greaty appreciate some assistance. The data I have is:
What I require is:
Please see link for some mock data
Any assistance is greatly appreciated.
Hi,
In another tab of that file, show the expected result very clearly.
Hi,
I have updated the file with a second tab. The output needs to include the following columns A, C and N onwards.
Someone else will help you with this.
Hi @KristyP ,
You can try below formula:
avg_ =
VAR monthdifference =
DATEDIFF ( UsageData[2022 Read date], UsageData[2023 Read Date], MONTH )
RETURN
DIVIDE (
UsageData[2023 Read Date] - UsageData[2022 Read date],
monthdifference
)
ForecastedUsage =
VAR MonthsAhead =
DATEDIFF ( TODAY (), DATE ( 2023, 12, 31 ), MONTH )
RETURN
'UsageData'[2023 Usage] + ( 'UsageData'[average_] * MonthsAhead )
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |