Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hopefully someone can help me with this.
I want to distinct count each ID, filtered by the maximum date for each ID. So for example:
The rows which are marked yellow, need to be counted.
I want to use a measure, since it depends on the selected date in the slicer.
Hopefully someone can help me!
You can use the following DAX measure to count the distinct IDs filtered by the maximum date for each ID:
In this measure, we first use the MAX function to get the maximum date for each ID, and then use the FILTER function to filter the table to only include rows with that maximum date for each ID. Finally, we use the DISTINCTCOUNT function to count the distinct IDs in the filtered table.
Make sure to replace 'Table' with the name of your actual table. You can then use this measure in a visual along with a date slicer to get the count of distinct IDs filtered by the selected date.
Thanks for your response. However, the measure is counting the customers for the maximum date of the slicer since this are way to little ID's:
> I am selecting months in my slicer, not days.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
105 | |
98 | |
38 | |
30 |