Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
astojanac
Helper II
Helper II

HELP WITH DAX: Simulate Excel What-If-Analysis Goal Seek

Hello everyone, 

I need help with one DAX. Actually, I need something that is in excel called 'What-If-Analysis/Goal Seek' .

I would try to explain problem: 

 

I have two known components - example stock (I will name it A) and sales (I will name it B), at the moment. 

And I have ratio between them as end of period goal (I will name it GOAL).

My unknown component, the one I need help with, is forecast sale by the end of the period (I will name it X). 

A / B = CURRENT RATIO

 

(A-X) / (B+X) = GOAL 

 

X = ? 

 

If you think you can help me, you can ilustration in excel:

Excel example Goal Seek 

 

Thanks in advance, 
Alex

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi @astojanac ,

 

1.You can make current ratio as a measure: 

 

measure=Devide(MAX(A),MAX(B))

 

 

2.Then convert your X expression as below:

x=Devide((A-Goal*B),(Goal+1))

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
 

 

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

View solution in original post

4 REPLIES 4
v-kelly-msft
Community Support
Community Support

Hi @astojanac ,

 

1.You can make current ratio as a measure: 

 

measure=Devide(MAX(A),MAX(B))

 

 

2.Then convert your X expression as below:

x=Devide((A-Goal*B),(Goal+1))

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
 

 

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

Hi @v-kelly-msft T,

 

Thank you for your answer and thank you so much for your help. This is the formula I've been looking for. 

Kind regard, 
Alex

Hello @amitchandak ,

 

Thank you for your answer.
I know for What-if parameter, but I can't find the way to use it in my case when I have unknown value in two places at the same time. 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.