Forum Discussion
gowrishankar65
Helper I
8 years agoDAX Calculation unique Count
Hi Team, I am trying to create report for Retail Analytics. I have a table with Columns - Phone Number, Invoice Date which has duplicates. With Invoice Date I am getting No. of visits (Calc...
- 8 years ago
Try this one
Measure = COUNTX ( FILTER ( SUMMARIZE ( ALLSELECTED ( TableName ), TableName[Phone Number], TableName[Invoice Date] ), [Fraud or Valid] = "Fraud" ), 1 )
Sidhartha_1992
8 years agoNew Member
Thanks a lot Zubair,it worked for me :)
Zubair_Muhammad
Community Champion
8 years ago- gowrishankar658 years ago
Helper I
Hi Zubair_Muhammad,
We both are working on the same project. ;)
Thanks Zubair :)
Regards,
Gowrishankar
- Sidhartha_19928 years agoNew Member
Actually gowrishankar65 is my senior,we both were trying to find out the solution to this problem so he posted it :)