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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Jesus
Regular Visitor

Including rows excluded in a other filter in a report

Hi all,

 

I'm struggling my head and i don't know how resolve this situation:

 

I have one table with all data rows. One column of the report show -1 or positive value. The meaning is:

-1 = user never contacted

Positive value (i.e 24): Contacted 24 days ago.

 

I need to filter in the report:

Never contacted (value -1) AND contacted between 14 and 9999.

 

How can i perform this filter in the presentation layer?

1 ACCEPTED SOLUTION

@Jesus,

 

You may refer to the following posts.

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

5 REPLIES 5
Omega
Impactful Individual
Impactful Individual

In filter pane, you can manually deselect all the values between 0 & 14. Or, you can create a calculated column as and use if statement to flag all the values in the range you want. Then drag it to the filter pane. 

Jesus
Regular Visitor

Hi Omega, thanks for your answer but it doesn't solve my problem.

 

Having this data

1

2

3

4

5

6

7

8

9

10

...

..

500

 

(this values are dinamic from the table)

 

I want to obtain for example from 5 to 10 except 8...so i want to obtain 5,6,7,9 and 10.

 

It's for customer action, so is not possible use filter panel

Omega
Impactful Individual
Impactful Individual

Create a slicer and drag your column to it. Change the slicer to between. 

 

Between.JPG

Jesus
Regular Visitor

Thanks omega for your quick answer.

 

Is not a valid solution because it doesn't allow take this result:

 

1,2,3,4,5,9,10

(avoiding 6,7,8). Is not valid neither a dropdown list

@Jesus,

 

You may refer to the following posts.

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors