Forum Discussion
Identify New Business DAX
Hi Ashish_Mathur,
It seems to count the same company more than once,
Due to it having multiple instances of the company in the transaction table.
How would I go about making it distinct?
Thanks
Hi,
That should not be happening. The VALUES() function screated a unique list of all companies. Check that there should not be any invisible charachters such as spaces before/after Company name. If that still does not help, then share the link from where i can download the file where you are facing this problem. Show me the exact problem in that file.
- Anonymous8 years agoNot applicable
Thanks Ashish_Mathur will do.
- Anonymous8 years agoNot applicable
Thanks Ashish_Mathur
Basically I am needing it to the same as the other tables by sumarising the amount of new business and how many interactions they have.
See attached...
https://drive.google.com/file/d/0B0ozcJ6ZI3zEM1NZWGhhcUgtbFU/view?usp=sharing
- Ashish_Mathur8 years ago
Super User
Hi,
I do not understand the problem. Please be specific where the problem is and also show me your expected result.