Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

not able to achieve slicer

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

1 ACCEPTED SOLUTION

@Anonymous ,

 

Check if it is affected by other Slicers, Page level filters and Report level filters.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
AkhilAshok
Solution Sage
Solution Sage

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")
Anonymous
Not applicable

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.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Are you sure there are values in your Business data which falls in both the categories?

Anonymous
Not applicable

Yes ,for example we have to make like that ,if value>80 show as  "A" else "B"

Anonymous
Not applicable

i tried even though i am gettting single value in slicer

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.