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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey guys,
Below is the problem i am trying to solve since two days now.
Here is my dataset :
My final goal is to find the date when the two curves "Entrées" and "Sorties" will cross.
For that, i calculated the column :
Now, I would like to find the value of X for the equation : LastDate(Entrées) + AvEcEntrées x X = LastDate(Sorties) + AvEcSorties x X
I dont know at all how to solve it with dax ... Is it a measure ? Is it a column ?
Ty for your help !