Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello all,
im fairly new to this programm so this might be the easiest thing and im just too stupid.
I'm looking basically for the in the subject described formula in dax but just cant seem to get it.
SUM of all [(Count of combination of values in column 1 & 2) >=1 should give me the value 1]
But because the Combination of value in column 1 & column 2 could exist multiple times, this needs to be excluded.
Further: in the end I need 1 result that should be giving me the information: the combination of those values exists exactly 5 times.
Many thanks in advance!
Best regards
Solved! Go to Solution.
This is basically what the dataset looks like:
29.01.2020 | Max Mustermann |
29.01.2020 | Peter Müller |
22.01.2020 | Max Mustermann |
23.01.2020 | Max Mustermann |
24.01.2020 | Max Mustermann |
27.01.2020 | Max Mustermann |
20.01.2020 | Max Mustermann |
21.01.2020 | Max Mustermann |
22.01.2020 | Max Mustermann |
27.01.2020 | Max Mustermann |
In this case I would want to have the output 8.
29.01.2020 | Max Mustermann |
29.01.2020 | Peter Müller |
27.01.2020 | Max Mustermann |
24.01.2020 | Peter Müller |
24.01.2020 | Max Mustermann |
23.01.2020 | Max Mustermann |
22.01.2020 | Max Mustermann |
21.01.2020 | Peter Müller |
21.01.2020 | Max Mustermann |
20.01.2020 | Max Mustermann |
This table on the other hand should give me the output 10.
The dates wont neccessary come from my source in any specific order. (thats why I once have an order and once not)
Awesome this worked, many many thanks!!
Best regards,
Tim
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
10 |
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
8 |