Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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 |
---|---|
76 | |
73 | |
57 | |
38 | |
35 |
User | Count |
---|---|
83 | |
68 | |
59 | |
46 | |
45 |