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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
novicenovice
Helper I
Helper I

DISTINCT COUNT - ISSUE WITH FILTERS

Dear all,

 

I have 2 Tables [Customer] and [Sales] and I try to count how many customer do we lost with the conditions below :

 

Customers which ordered between 2016-10-01[A] to 2017-09-30[C] and for those what was the sales between 2017-07-01[B] to 2017-09-30[C].

 

I try this formula in dax but it returns blank. 

 

Relation is done between Customer and sales on the fields [CUST]

 

 

VAR IDRESULT = CALCULATE(DISTINCTCOUNT(Customer[CUST]);FILTER(Customer;Customer[LAST SALES]>=[A]&&Customer[LAST SALES]<=[C]);FILTER(Sales;Sales[Period_date]>=[B]&&Sales[Period_date]<=[C]))

 

Thanks for the one who can help.

 

Novice

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @novicenovice,

 

You can not filter the result between two tables directly. You could create relationship between two tables and create a calcultted column using the RELATED function. Kindly share your sample data to me so that I can help with that. You can upload your file to dorpbox and share the link here.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @novicenovice,

 

Has your issue been solved? If any other question, feel free to let me know please.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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