Forum Discussion
bourne2000
Helper V
4 years agoFilter visual by measure not working
Hi I have a big data which is 3.3 million and coming from AWS Redshift. I connected through direct query In my table I have a column called Merchant ID. I need to calculate distinct count the...
Fowmy
Super User
4 years agobourne2000
Modify your 2nd measure as follows and assign it equal to 1
Flag = IF([Total Merchants] > 1, 1 , 0 )
- bourne20004 years ago
Helper V