Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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!