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,
I need to de-duplicate some data refering to meetings in a Dax Measure. A duplicate meeting is a meeting where the same customer has a meeting at the same date time, this would be one meeting. I need to count unique meetings. As in the below data there would be 7 Unique Meetings.
I hope that's clear, happy to answer any questions.
Thanks,
Adam
Solved! Go to Solution.
Instead of taking complete table in summarize you can use this filter.
FILTER(Meetings, Meetings[Meeting Status] = "Attended")
Please accept the solution if the measure works.
Thank you : )
Thanks @nirali_arora that's a quick response.
That measure worked.
How would I add a additional filter to include an additional field - [Meeting status] that are "Attended"? Would I wrap it all in a CALULATE function?
Thanks,
Adam
User | Count |
---|---|
17 | |
16 | |
14 | |
13 | |
12 |
User | Count |
---|---|
17 | |
14 | |
12 | |
10 | |
8 |