Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All,
Could some one please help how to implement the below requirement.
To showcase the differences from the Customer where there is no CustomerGroup and AccountType assigned.
Could someone please help me how to write a condition for this one.
Regards
Anitha.
@anithaMallam ,Can you share sample data and sample output in a table format? Or a sample pix after removing sensitive data.
You can have a new column like
if(isblank([CustomerGroup]) && isblank([AccountType]) , "No Assignment", "Assignment")
Hi Amit,
i want to show customers where there is no customer group but account type assigned to the customers.
Regards
Anitha
Hi @anithaMallam,
I'm still not so clear about your requirement, can you please share some dummy data with expected results to help us clarify your data structure and test coding formula?
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng