Forum Discussion
Checking conversions using patient names
Hi peekayza ,
In this situation I would create a table that has all the Name values from the other tables (which would be your lookup table or dimension table), de-duplicated. Then you can join that to the other tables (New Patients, SS Contact Form, GDC Contact Form).
Modeling -> New Table:
Make sure it's 1:Many from Names to the other tables.
Measures:
Here I can see of the 25 people in Fact 1, only 1 is in Fact 2, or 4% of Fact 1.
I've attached a PBIX with this set up for you to look at.
Hope this helps!
- peekayza4 years agoFrequent Visitor
Thank you so much! I will look at this right away and report back soonest. Does it make a difference that my name field is both first and last name combined?
- DataZoe4 years agoMicrosoft Employee
peekayza No, it doesn't make a difference. You want to try and make it as identifying as possible so it's best to keep the first name and last name together.
- peekayza4 years agoFrequent Visitor
Hi Zoe
Thanks again for your help and patience. So I think I took it a slightly different approach to you. I am wanting to check conversions per brand (TDIC, GDC and SS) against the new patients table names.
So as first step I've managed to merge all the GDC names into a single conversions table with names. What I am struggling with is the next step of comparing it against the new patient names. I just can't see any easy way to bring the name in from that table. I tried this step below. Any assistance would be appreciated thanks.ā
ā