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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
okusai3000
Helper IV
Helper IV

Filter a Measure with another Measure

Hello everyone,

 

I've spent the last 2 hours trying to find an answer but I couldn't find it.

 

The request is simple: I need to count only those Items with "Antiguedad" less than 180.

 

I tried many iterations from CALCULATE(DISTINCTCOUNT(ID);FILTER('FACT EQUIPOS';[ANTIGUEDAD]<-180) but it doesn't work

 

Any ideas? thanks!

Captura de pantalla 2020-09-18 a las 20.06.08.png

 

1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

What does your raw data look like and where are you trying to use this filter/measure?

If you look at your Fact table, is there more than one row per Marca? Your measure will first calculate the Antiguedad for each row in your Fact Equipos table, and if the Antiguedad <-180 for that specific row, then the ID will be counted (though I'm not sure which table that ID is in? Your measure seems to have some syntax errors). If Antiguedad is a grouped measure by Marca, then you may need to put your FILTER(VALUES(Marca), [Antiguedad]<-180) and see if that gives the result you expect.

If not, please provide more info about your input data and show the current result you have achieved so far.

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

3 REPLIES 3
AllisonKennedy
Super User
Super User

What does your raw data look like and where are you trying to use this filter/measure?

If you look at your Fact table, is there more than one row per Marca? Your measure will first calculate the Antiguedad for each row in your Fact Equipos table, and if the Antiguedad <-180 for that specific row, then the ID will be counted (though I'm not sure which table that ID is in? Your measure seems to have some syntax errors). If Antiguedad is a grouped measure by Marca, then you may need to put your FILTER(VALUES(Marca), [Antiguedad]<-180) and see if that gives the result you expect.

If not, please provide more info about your input data and show the current result you have achieved so far.

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Hi @AllisonKennedy ,

 

I have been searching for weeks. 

I even posted on the forum.

I tried with summarize, it worked but itslowed down the performance of the report.

 

and viola! 

your solution worked like a charm.

 

Thanks for sharing this!

Awesome Allison! Your solution was super accurate and it worked. Thank you!!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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