Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a table within Table View where there is a set of values between 1 - 100 and I would like to create a new column (not a measure) within this table. This new column would need to reference 2x diferent slicers (Slicer 1 and Slicer 2) so that if either of the slicers is updated by a user, then the results in Column 2 would be updated.
Column 1 | Column 2 (to be created) |
10 | Low |
15 | Low |
16 | Low |
38 | Medium |
40 | Medium |
Slicer 1 | Slicer 2 |
Condition: <20 = "Low" | Condition: <40 = "Medium" |
Solved! Go to Solution.
Calculated columns and tables are calculated on semantic model refresh. You cannot use slicers to affect them
Hi @Lewis130719 ,
Thank you for reaching out to the Microsoft fabric community forum. Also thank you @Deku for your input.
I understand you're looking to create a dynamic column that updates based on slicer selections (e.g., "Low", "Medium", etc.), but it's important to note a limitation in Power BI's engine:
If your goal is to dynamically label values based on slicer inputs, I’d recommend using a measure instead and displaying the result within a visual (like a matrix or table), where the slicer selections can drive logic using DAX.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thankyou.
Calculated columns and tables are calculated on semantic model refresh. You cannot use slicers to affect them
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
14 | |
10 | |
9 | |
6 |