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
NickProp28
Post Partisan
Post Partisan

Create a Dax when user key in %, line graph will change accordingly

Dear Community, Would like to ask is possible to create a forecast line graph depend on user key in the % increase/decrease. 

 

NickProp28_1-1602824079940.png

The new line (RED) is depend on revenue, and user can key in %. Result line will change according.

If user want to see 5% of next year january increase,they can key in 5%. And red line will change (*5% with current Jan revenue).

Not sure is possible to have this function in power bi. Kindly advice.

Pbix: https://ufile.io/nih26zsa

 

Appreciate your help and time.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@NickProp28 , Not very clear. Create a what-if parameter - https://community.powerbi.com/t5/Desktop/what-if-parameters-for-product-allocation/m-p/1404026#M5951...

 

And create a measure like

new measure = [measure] * parameter[parameter]

or

new measure = [measure] * (100+ parameter[parameter])/100

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@NickProp28 , Not very clear. Create a what-if parameter - https://community.powerbi.com/t5/Desktop/what-if-parameters-for-product-allocation/m-p/1404026#M5951...

 

And create a measure like

new measure = [measure] * parameter[parameter]

or

new measure = [measure] * (100+ parameter[parameter])/100

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.