Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |