countryfan_nt
Well-known Member
- Joined
- May 19, 2004
- Messages
- 765
Hello friends, Hope all is safe & Well!
Please help me with the DAX formula below:
no error, but the results keep showing blanks.
Your kind support is always is appreciated in advance
Please help me with the DAX formula below:
no error, but the results keep showing blanks.
Your kind support is always is appreciated in advance
VBA Code:
=SWITCH ([Item Name],
"Invoice Number" ,LOOKUPVALUE(Lookup[Lookup Value],Lookup[Lookup Value],[Invoice Number]),
"PerformingDoctorID",LOOKUPVALUE(Lookup[Lookup Value],Lookup[Lookup Value],[PerformingDoctorID]),
"ProcedureID",LOOKUPVALUE(Lookup[Lookup Value],Lookup[Lookup Value],[ProcedureID]),
" PatientID ",LOOKUPVALUE(Lookup[Lookup Value],Lookup[Lookup Value],[PatientID]), "" )