Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to 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.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |