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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
ignas
Advocate II
Advocate II

Exclude values that are selected

Hey there,

 

I really need a bit help. I have a scatterplot which has Cost and Revenue.

Using slicer I need to filter out all GM values.

Ex. if slicer is selected from 3 to 5. Then all GM values from 3 to 5 should not be seen in the graph. 

 

Capture.PNG

 

 

Here is the file: https://mega.nz/#!DrJnXazJ!st7Rc_xYXhKVli6K2Sw4iUJD-9gaECOBoG8JG_zp9MI

 

Thanks a lot for the help

 

Regards,

 

Ignas

 

 

2 ACCEPTED SOLUTIONS
v-juanli-msft
Community Support
Community Support

Hi @ignas

Create a new table which is not connect to your table

Table = SUMMARIZE('fact','fact'[GM])

then create measures

min = MIN('Table'[GM])

max = MAX('Table'[GM])

flag = IF(MAX('fact'[GM])<=[max]&&MAX('fact'[GM])>=[min],1,0)

11.png

 

Best Reagrds

Maggie

View solution in original post

Hi @ignas

I don't see [year] column in your pbix.

If "SUMMARIZE only those lines that have column Year FY" refers to the new created table.

You could try this formula

Table=SUMMARIZE(FILTER('fact',[year]="FY"),'fact'[GM])

Best Regards

Maggie

View solution in original post

4 REPLIES 4
v-juanli-msft
Community Support
Community Support

Hi @ignas

Create a new table which is not connect to your table

Table = SUMMARIZE('fact','fact'[GM])

then create measures

min = MIN('Table'[GM])

max = MAX('Table'[GM])

flag = IF(MAX('fact'[GM])<=[max]&&MAX('fact'[GM])>=[min],1,0)

11.png

 

Best Reagrds

Maggie

Hello @v-juanli-msft
It is an amazing solution.

 

I just have one more thing that I cannot make it working.

 

I need to SUMMARIZE only those lines that have column Year FY.

 

I cannot find any solution how I could include filter.Capture.PNG

 

 

Link to the file: https://mega.nz/#!y6Z0TA5D!pbwZSsFrIdjiGvVXQ0cBxjHQ_KRto9GO4p7E3sTNrpU

 

Thanks a lot for helping

 

Regards,

 

Ignas

 

 

 

Hi @ignas

I don't see [year] column in your pbix.

If "SUMMARIZE only those lines that have column Year FY" refers to the new created table.

You could try this formula

Table=SUMMARIZE(FILTER('fact',[year]="FY"),'fact'[GM])

Best Regards

Maggie

Hey Maggie

 

You are amazing. It really works. I tried with Filter but I did something wrong.


Regards,

 

Ignas

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.