Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
It would be awesome if I could get some help with this as I'm quite new to Power BI. I'm trying to count email addresses if they are not blank/null but I don't know how to get the correct result.
Example:
number | |
1234 | 123@email.com |
5678 | 123@email.com |
1213 | 123@email.com |
1415 | null |
1617 | xyz@email.com |
My measure is:
Hi @GettingStarted try:
Proud to be a Super User!
Thanks for your help, I really appreciate it.
It still doesn't seem to be working as it's only counting the unique value.
123@email.com
123@email.com
123@email.com
returns a value of 1 instead of 3. It's weird so maybe there is something I'm overlooking...
Hi @GettingStarted
Even the COUNTX approach should work. Definitely there is is something that is being overlooked.
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |