Forum Discussion
Count if - Index
amiller5 ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
I think these can help
https://medium.com/chandakamit/power-bi-when-i-felt-lazy-and-i-needed-too-many-measures-ed8de20d9f79
Appreciate your Kudos.
That may have helped a little.
I added a Date table to relate all my dates.
I need to create 3 month, 6 month, and 12 months usage count, by client name, for each table (Vue, IE report activity, and IMIC report activity) based off the review month date.
I tried this calc within the Vue table: and got an error when I put in a matrix as a value.
Ashish_Mathur - any ideas???
- Ashish_Mathur3 years agoSuper User
Hi,
I do not know what you are trying to do. Replace SUM(Vue[Fixed Client name]) with DDISTINCTCOUNT(Vue[Fixed Client name])
- amiller53 years agoHelper II
I am trying to do the following Excel formula but in PowerBi
=COUNTIFS(IMIC!A:A,INDEX(B:B,ROW()),IMIC!J:J,">"&'Account Level'!$E$5)
IMIC A:A is unique client name, indexing column B:B for the matching client name
IMIC J:J is a date reference
Account Level E5 is a specific date within a 3 month timeframe of the date reference in J:J