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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MathanKumar
New Member

Slicers

Hi,

 

I have an query about slicer component.

 

slicer.PNGI have to shown 3 fields names in slicer drop down list. If i click any one option, it will prodece that fields value in a table. It is Possible to work on slicer tool.

 

 

 

Thanks,

Mathan

 

1 ACCEPTED SOLUTION
evandrocunico
Resolver III
Resolver III

Hi @MathanKumar 

 

Insert a table:

 

dim_cols (idx_col, description)

1 - column a

2 - column b

3 - column c

Use col description on slicer, to choose.

 

Create a measure: column_sel = min('dm_cols'[idx_col])

Create another measure: column_result = if (isblank(column_sel); field_valuea; switch(true();column_sel=1; field_valuea;column_sel=2; field_valueb;column_sel=3; field_valuec))

 

Use col column_result on table.

 

bets regards.

 

View solution in original post

1 REPLY 1
evandrocunico
Resolver III
Resolver III

Hi @MathanKumar 

 

Insert a table:

 

dim_cols (idx_col, description)

1 - column a

2 - column b

3 - column c

Use col description on slicer, to choose.

 

Create a measure: column_sel = min('dm_cols'[idx_col])

Create another measure: column_result = if (isblank(column_sel); field_valuea; switch(true();column_sel=1; field_valuea;column_sel=2; field_valueb;column_sel=3; field_valuec))

 

Use col column_result on table.

 

bets regards.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.