Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have the following table. I wish for the Cost values to be provided by the slicer output, whereby each cateogy has a cost slicer that a user can select the value from. Is there a way to do so?
I have tried:
Cost = if (Table[Category]="High",[cost_high],if(Table[Category]="Medium",[cost_medium],if(Table[Category]="Low",[cost_low])))
with, e.g. cost_high is measure indicating the the selected value from the slicer:
cost_high = SELECTEDVALUE('Level Cost'[High_Cost])
Using these codes, all I get is BLANKS.
Any help will be most appreciated.
Thanks.
Customer ID | Category | Cost |
1 | High | 100 |
2 | Medium | 50 |
3 | Medium | 50 |
4 | Low | 10 |
5 | Low | 10 |
6 | High | 100 |
7 | High | 100 |
8 | High | 100 |
9 | Low | 10 |
10 | Medium | 50 |
Cost = if (Table1[Category]="High",[cost_high],if(Table1[Category]="Medium",[cost_medium],if(Table1[Category]="Low",[cost_low])))
And the output for column Cost above is BLANK.
Is there a way for the Cost to reflect the slicer output?
Thanks.
Values in a calculated column are fixed. You'll need to create a measure instead.
Thanks for the replies.
May I have some example please, on how to create the measure?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |