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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
deechappi
Frequent Visitor

Filter the column values based on the slicer

I have a dataset like the below:

Column1 Index
4908 1
4912 2
4915 3
4918 4
4922 5
4925 6
4928 7
4932 8
4935 9
4938 10

There is a slicer for Column1. If a value is selected in the slicer, then the values from one before the selected up to the end should be retrieved.

For example, if I select 4928, then i should get the values
4925 
4928 
4932 
4935 
4938 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @deechappi ,

Consider creating an unconnected table and a measure and using a visual filter.

vcgaomsft_0-1696327692757.png

Please check the attachment.

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @deechappi ,

Consider creating an unconnected table and a measure and using a visual filter.

vcgaomsft_0-1696327692757.png

Please check the attachment.

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Thank You. It worked. But, I would also like to include other columns as well from the table. The filter is not working if I am including other columns in the table.

CoreyP
Solution Sage
Solution Sage

Set your slicer settings to greater than or equal to:

CoreyP_0-1695950065712.png

 

@CoreyP Thank you. But I also want one value before the selected one.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors