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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
jcamilo1985
Helper III
Helper III

the page filter doesn't work

Good night Specialists

I turn to you for help because I've tried to fix it on my own but I can't find a way out and the truth is frustrating.

I have the following data model

modelo_update.png

I strive to star model following the recommendations of many experts, however now I have difficulty getting the results I need for some data.

in the sales table Company each line represents a sale, in the size directory companies are all companies, some of them have no sale, therefore do not have a related fact in the company sales table

I need to get a graph that tells me by segment (field in the company directory table) and by director how many companies do not have sales, the result is as follows:

graficos.png

as noted I do not get the correct result, in addition in the table of the directory companies make an ABC pareto, nor is it filtering correctly with the page filters

I don't know what else to try, if anyone can help me, I appreciate any guidance before I go crazy.

data model

1 REPLY 1
amitchandak
Super User
Super User

@jcamilo1985 , Try a measure like this

 

No sales =if(isblank([sales]),1,0)

 

 

Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.