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
dbegus
New Member

Filter not working, but filter on page works

Using a data set of values ranging from -20,000 to 20,000 I'm trying to get a visual all on one page that shows the data in 3 different formats for reviewing data.

1. Gross values: Returns total values for everything that is >0

2. Credit values: Returns total values for everything that is <0

3. Net Values: Returns total values for everything

 

Issue i'm running into, is that the filter on visual is not changing the data, but the filter on page is working. But since I have to use filter on page I can't show all 3 formats above since I can only filter on page by 1 of the requirements above. Is there any way to use filter on visual, the data I'm referencing isn't a custom column just pure data pulled in from tables.

 

dbegus_0-1661177708085.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@dbegus , A visual level filter will not go beyond page level filter.

 

You can three visual level filter or you can have measures like

 

Sumx(filter(Table, Table[value] >0), [Value])

 

 

Sumx(filter(Table, Table[value] <0 ), [Value])

 

Sum(Table[Value])

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

Thank you, I'll go down the formula route, was hoping there was something I was missing with the visual filters.

 

One note: when working with the visual filters I made sure to have page filters not in effect, my apologies in hindsight the screenshot I submitted was not accurate. I found it weird that the visual filters wouldn't change the results but the page filters would.

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!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.