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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Nisham
Regular Visitor

Return difference values between two DAX measures

Hi. I have a requirement where I need to compare 2 measures and show the result when filtered to a Date.Month. Both the measures calculates distinct customers. 

Measure - 1

Dist. Cust. All = Calculate(DISTINCTCOUNT(Sales[Customer No_]),REMOVEFILTERS('Date Table'[Month Name]))

 

Measure - 2

Dist. Cust. = DISTINCTCOUNT(Sales[Customer No_])

 

Need the results as follows: Assuming Date.Month filter is ON. 

Measure - 1      Measure - 2          Result

     A                      B                         A

     B                      D                         C

     C

     D

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

Your question is not clear.  To your slicerfilter/any visual, drag any date filed from the Date Table only.  Does this measure work?

Measure 3 = [Dist. Cust. All]-[Dist. Cust.]

If it does not, then share some data to work with, describe the question and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hello Ashish,

Thanks for your response. 

Both measures below calculates a distinct count of Customers from the same sales table. 

Measure - 1 (M1)

Distinct Customers ALL = Calculate(DISTINCTCOUNT(Sales[Customer]),

REMOVEFILTERS('Date Table'[Month Name]))

 

Measure - 2 (M2)

Distant Customers = DISTINCTCOUNT(Sales[Customer No_])

 

Basically I need to compare (M1) and (M2) and return the list of customers which do not appear in (M2) when filtered to a specific period. 

 

Hi,

Share some data to work (in a format that can be pasted in an MS Excel file) with and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

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

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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