Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I've got working script in R
Two data frames: zerowy_nazwa5, zatwierdzony_nazwa5
and working 2 lines:
setdiff(zatwierdzony_nazwa5, zerowy_nazwa5)
setdiff(zerowy_nazwa5, zatwierdzony_nazwa5)
how i implement this in PowerBi?
Solved! Go to Solution.
Hi@ Waldek
After my research,You may try to do these follow my steps like below:
Step 1:
Add two columns
Column = IF(Table3[A] in VALUES(Table3[B]),BLANK(),Table3[A]) Column 2 = IF(Table3[B] in VALUES(Table3[A]),BLANK(),Table3[B])
Step 2:
Add a calculate table
Table 2 = FILTER(UNION(VALUES(Table3[Column]),VALUES(Table3[Column 2])),ISBLANK(Table3[Column] )=FALSE())
Result:
Best Regards,
Lin
Hi@ Waldek
After my research,You may try to do these follow my steps like below:
Step 1:
Add two columns
Column = IF(Table3[A] in VALUES(Table3[B]),BLANK(),Table3[A]) Column 2 = IF(Table3[B] in VALUES(Table3[A]),BLANK(),Table3[B])
Step 2:
Add a calculate table
Table 2 = FILTER(UNION(VALUES(Table3[Column]),VALUES(Table3[Column 2])),ISBLANK(Table3[Column] )=FALSE())
Result:
Best Regards,
Lin
User | Count |
---|---|
118 | |
75 | |
60 | |
50 | |
44 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |