Forum Discussion

amiller5's avatar
amiller5
Helper II
3 years ago

Count if - Index

Hello - I need help formulating the following Excel formula into the correct Dax syntax:

=COUNTIFS(IMIC!A:A,INDEX(B:B,ROW()),IMIC!J:J,">"&'Account Level'!$E$5)

IMIC A:A is unique client name

IMIC J:J is a data reference 

Account Level E5 is a date - we are wanting to count those dates in the last 3 months so "greater than the date in E5)

 

I am essentially counting the number of instances where a client accessed an application (by date) in the timeframes 3, 6 and 12 months.

 

 

4 Replies