Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 52 | |
| 41 | |
| 32 | |
| 26 | |
| 24 |
| User | Count |
|---|---|
| 131 | |
| 118 | |
| 57 | |
| 45 | |
| 43 |