Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a measure for the average cost of product in the current year.
I have a measure for the average cost of product in 2018 (current year offset = -4). I am trying to solve the equation below:
Avg Cost 2018 * (x^4) = Avg Cost 2022. Is there a dax formula that solves for x?
Solved! Go to Solution.
How about this?
= Power(Divide([Avg Cost 2022], [Avg Cost 2018]), 0.25)
Pat
How about this?
= Power(Divide([Avg Cost 2022], [Avg Cost 2018]), 0.25)
Pat
Thanks so much, Pat!
User | Count |
---|---|
77 | |
70 | |
69 | |
54 | |
48 |
User | Count |
---|---|
42 | |
37 | |
34 | |
31 | |
28 |