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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jwi1
Post Patron
Post Patron

Filter double values

Good day,

Hope someone can help me with the following.

I am looking for a measure (not a calculated column) to exclude the CONTAINER_NR, which is in the list more than once (yellow marked in the example below).

So, if the HASH is the same, as well as the CONTAINER NR, it should be exluded.

Thanks upfront for you help,

John

 

 Knipsel.JPG

1 ACCEPTED SOLUTION

Well, it depends what you want to do, and what your table structure is, but if I assume you just have one table. 

=countrows(filter(all(table[container_nr],table[hash]),calculate(countrows(table))=1))

 

put container_nr on rows in a matrix, and the above measure in the values section. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

View solution in original post

1 REPLY 1

Well, it depends what you want to do, and what your table structure is, but if I assume you just have one table. 

=countrows(filter(all(table[container_nr],table[hash]),calculate(countrows(table))=1))

 

put container_nr on rows in a matrix, and the above measure in the values section. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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