Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I am aggregating results of ongoing customer feedback surveys to give me a read on Customer Health. Some customers fill them out regularly so not so much. I would like to filter out all but one record per customer based on either the most recent record or closest to a specified date.
How can I get started.
Solved! Go to Solution.
Hi @RaymondWood ,
Please try to create a measure like below and apply it to visual level filter:
Measure = CALCULATE(COUNT('Table'[customer ]),ALLEXCEPT('Table','Table'[customer ]))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @RaymondWood ,
Please try to create a measure like below and apply it to visual level filter:
Measure = CALCULATE(COUNT('Table'[customer ]),ALLEXCEPT('Table','Table'[customer ]))
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
37 | |
35 |