Forum Discussion
pw3603
Apr 15, 2020Copper Contributor
Request Help. Removing Certain Data
Hello, I have 12,000 rows of data. I'm trying to get stats for 12 people. Each person has numerous payments under the same name (claim #); and multiple claims per person. I'm trying to consolidate t...
- Apr 16, 2020
This should do it. Since your table exists in the data model it gives you access to summarize the Claim by 'Distinct Count'.
pw3603
Apr 16, 2020Copper Contributor
Patrick2788
Apr 16, 2020Silver Contributor
This should do it. Since your table exists in the data model it gives you access to summarize the Claim by 'Distinct Count'.
- pw3603Apr 16, 2020Copper Contributor
That did it!!! Figures it was not some fancy formula. You made this way more effective.
Thank you!
- Patrick2788Apr 16, 2020Silver Contributor
You're welcome.
- pw3603Apr 17, 2020Copper Contributor