The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
I'm trying to count how many times a MM/YYYY (date) appears that has been calculated via a DAX Measure.
The following Measure looks through the payment table and looks at all the rows where the status is paid. It then calculates the latest paid date per customer (the table is linked to the contacts table):
I am then trying to find how many times each MM/YYYY combination appears. So, in the example above, 10/2008 would be 2 and 09/2008 would be 1.
Solved! Go to Solution.
Try using some inspiration from this post.
Usually this gets done with SUMX.
Proud to be a Super User!
Try using some inspiration from this post.
Usually this gets done with SUMX.
Proud to be a Super User!
User | Count |
---|---|
74 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |