Forum Discussion
Anonymous
5 years agoNot applicable
adjusting quick measure
Im using quick measure and want to make a small adjustment instead of IN i want to choose the whole table.. how do i go about doing that ? Count of BICUST difference from 1, 10, 1000,...
samdthompson
5 years agoMemorable Member
Hello, try making this measure:
DistinctBICUST=DISTINCTCOUNT('VBISALES (2)'[BICUST])
- Anonymous5 years agoNot applicable
thanks for that suggestion, didnt work though. I remember trying that
- samdthompson5 years agoMemorable Member
Are you able to describe whats not working about that? Its just the core part of the calculation without the filtering.