The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have Global POL table, trying to Compare the two column CBL and CBL LOCAL .If both column value same its return true. if values not match and both column blank its return False. i have tired the below measure .
INPUT :
ID CBL CBL LOCAL
122 MS14-CA04CAS002 MS14-CA04CAS002
123 MS14-CA04CAS004 MS14-CA04CAS004
124 MS14-CA04CAS004 MS14-CA04CAS002
125
EXPECTED OUTPUT:
ID CBL CBL LOCAL TRUE/FALSE
122 MS14-CA04CAS002 MS14-CA04CAS002 TRUE
123 MS14-CA04CAS004 MS14-CA04CAS004 TRUE
124 MS14-CA04CAS004 MS14-CA04CAS002 FALSE
125 FALSE
Hii @Anonymous ,
Please enter below formula:
Hii @Anonymous ,
Please try below formula:
Hii @Anonymous ,
Can you please try following measure:
I have taken this as a sample data so apply this formula to your data and if this helps you then accpet this as a solution and give a thumbs up.
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
10 | |
8 |