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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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