Forum Discussion
Dynamic calculation based on slicer selection
I have two tables, 'Work Details' and 'Rate' and linked by 'Name' column. Each employee has their own hourly rates in the 'Rate' table's 'Rate' column.
I have additional columns in the Rate table - Rate 2, Rate 3 and Rate 4 - with different rates for each employee as shown below.
Is there a way I can display a slicer with just 'Rate', 'Rate 2' , 'Rate 3' and 'Rate 4' in the drop down and trigger calculations in related columns of the 'Work Details' table (like 'Daily Emp Cost' column) that currently points to 'Rate' column of the 'Rate' table, as a What if scenario? I tried with HASONEVALUE function, but could not wrap my head around it. Thanks for your help.
Rate table:
Work details table:
18 Replies
- RMDNASolution Sage
Can you provide a visual of your expected end result? I know how to do this, I just need to see what you want.