Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |