Forum Discussion
ysherriff
4 years agoResolver II
Prior Week Sales
Hi all, I have followed this video from Enterprise DNA, https://youtu.be/jclWnA7pEvY , on how to compute prior week sales. But for some reason my output is not correct. Below is the DAX formula a...
johnt75
4 years agoSuper User
Hmm, it works for me.
What is the formula for [Total Prospects] ?
Also, use Performance Analyzer to get the DAX code generated for the table visual, and have a look at that in DAX Studio. See if any additional filters are being applied which would need to be taken care of.
ysherriff
4 years agoResolver II
The formula for Total Prospects is
Total Prospects =COUNTA( ( Prospects[Contact ID]))
I will check the performance analyzer. How can i upload a file?