Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello. I have seen similar queries but can't match them to this problem.
I have clients who have each had several meetings of different meeting types. I need a table that shows the most recent Core Meeting for each client please. So I wish to discard all of the other meeting types and then show just the most recent of the Core Meetings.
This is a sample of my unfiltered list:
This is what I want to see
TIA
Hi @Mark_Adams I noticed that I create queary, please find measure below
Measure test 2= MAX(YourTable[Date of Meeting])
Adjust your table name.
Proud to be a Super User!
Hi @Mark_Adams
i am take same data you provide
make a new measure
Did i answer your question? Mark my post as a solution which help other people to find fast and easily.
Hi @Mark_Adams
Measure test =
SUMMARIZECOLUMNS(YourTable[Client Code],YourTable[Type], "@Max Date of Meeting", MAX(YourTable[Date of Meeting])
)
Adjust your table name
Did I answer your question? Kudos appreciated / accept solution!
Proud to be a Super User!
I'm afraid I'm getting errors. I'm going to amend my SQL for the dataset and just use filters. thanks for your help
User | Count |
---|---|
25 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
10 | |
6 |