Forum Discussion
Calculate change % week on week duration
- 1 year ago
Click here to donwload the solution form Onedrive
Please click thumbs up for me trying to help, because it took a lot of effort.
Then click accept solution if it works. Thank you !
How it works ...
The AHT Time has a time data type.
I recommend you convert it to seconds= (Duration.Hours([AHT Time] - #time(0,0,0)) * 60 * 60) + (Duration.Minutes([AHT Time] - #time(0,0,0)) * 60) + Duration.Seconds([AHT Time] - #time(0,0,0))The get the previous row value
try #"Get AHT seconds" [AHT seconds] { [Week] - 2 } otherwise nullThe get the difference
Calculate the persentage
And change the data type to percentage
Please click thumbs up for me trying to help, because it took a lot of effort.
Then click accept solution if it works. Thank you !
Hi soumyaiyer,
Thank you for reaching out to the Microsoft Fabric Community Forum. Has your issue been resolved? If the response provided by the community member speedramps, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
If yes, kindly accept the useful reply as a solution and give us Kudos. It would be appreciated.
Thank you for your understanding!