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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Change Table values based on what it slicer value

EmployeeGross PayPercent Value
11000 
21500 
32000 

 

I have the above table in Power BI. I need the 'Percent Value' column to be populated with a value based on a parameter selection, i.e. If I input 80 (%) I want the following to appear:

 

EmployeeGross PayPercent Value
11000800
215001200
320001600

 

I cannot use a calculated column as the 'Percent Value' will need to change depending on the slicer (what if) selection. I don't know how to structure a measure as I cannot use the 'Gross Pay' value, it is loaded directly from an excel file and not available for use within a measure.

 

Any help greatly appreciated.

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous 

You can not create a column You can create a measure

 

Percent Value = sum(Table[Gross Pay])*[what if measure]

 

//What will create a measure use that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous 

You can not create a column You can create a measure

 

Percent Value = sum(Table[Gross Pay])*[what if measure]

 

//What will create a measure use that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors