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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
shyammayhs
Advocate II
Advocate II

Dropdown filter with greater than options

Hi all!

 

I am trying to achieve something which I can't get my head around!

 

I would like to have a dropdown filter with values, for example, >5%, >10%, >15%, >20% etc.
Where if I select >5%, it should show all of the values that are greater than 5%. And If I select >15%, it should include all values greater than 15%.

Is this something that is possible to do?

 

Thanks.

5 REPLIES 5
amitchandak
Super User
Super User

@shyammayhs , Create a table like this

 

Tab= Addcolumns( generateseries(1,100,5) , "Bucket", " > " & format([value], "00") )

 

then select bucket in slicer

 

create a measure like

measure =

var _1 = maxx(allselected(Tab), Tab[value])

return

calculate(sum(Table[Value]), filter(Table, Table[Value] >_1/100))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

@amitchandak, thanks for your reply.

Could you explain how the measure works? Where should this be applied? what should I be doing the sum of?

 

Thanks.

@shyammayhs ,If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

@amitchandak, sure I will put something together and send it over.

But in the meantime, I will try to explain it.


I would basically like the filter to be a column in the table, which would filter other tables in the data model too. The reason why I want it to be a column is that so it can filter the whole dashboard.

Hi, @shyammayhs 

One thing to note, currently it‘s difficult to use Dropdown  slicer to filter the values of the entire dashboard, You can only filter reports on the same tile.

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.