Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
15 | |
10 | |
9 | |
9 |
User | Count |
---|---|
15 | |
12 | |
12 | |
11 | |
11 |