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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
How do I create a new measure to say the following please?
mort_no_gtr_2017 = Count (mort_no) where year(mort_date) > 2017
Solved! Go to Solution.
hey try this:
you adjust the dax to your exact case, this type of cpunt you want its done with calculate, calculate + sum,average,count etc works as sumif, countif, averageif etc
Proud to be a Super User!
hey try this:
you adjust the dax to your exact case, this type of cpunt you want its done with calculate, calculate + sum,average,count etc works as sumif, countif, averageif etc
Proud to be a Super User!