This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All,
Hope you can help me with the DAX.
I have a big table of all Mails for different projects. Sometimes, the same mail number is duplicated both in Inbox and sent box, as some people add themselves as receivers when sending mails.
We use a system that generates the same mail number based on the type of mail, no matter which projects.
Therefore I have several duplicated mail numbers from different projects, which I only need to count one time.
How can I get the total count/distinct count of all mail numbers accros projects?
Solved! Go to Solution.
@Maryam_Pour , if only one mail no per project
countrows(summarize(Table, Table[project], Table[mail no]))
@Maryam_Pour , if only one mail no per project
countrows(summarize(Table, Table[project], Table[mail no]))
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |