Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
i am having meaures column in %
ID Value
A 10
b 20 so slicer should show two categories A
c 30 B
d 40
e 50
f 60
if(value >30 ,value<50,"A","B")
But i am getting only one value in slicer ,how to achieve two values in slicer
Solved! Go to Solution.
@Anonymous ,
Check if it is affected by other Slicers, Page level filters and Report level filters.
Does the ID and Value corresponds to the Table columns? If yes, then create a calculated column with similar logic as you mentioned should work for a slicer:
Category = IF(Table[Value]>30 && Table[Value]<50, "A", "B")
i am trying same query on dummy data i am abe to achieve,while i am applying business data ,failed to achieve
any alternative like creating table with two row A and B and and doing some calculation
@Anonymous ,
Check if it is affected by other Slicers, Page level filters and Report level filters.
Are you sure there are values in your Business data which falls in both the categories?
Yes ,for example we have to make like that ,if value>80 show as "A" else "B"
i tried even though i am gettting single value in slicer
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |