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.
Hi there:
I have 2 tables containing participants for multiple events that we have hosted. One table contains specific session by session attendance by individual ONLY for events that have multiple sessions. The other table contains overarching event individual attendance across all events that were hosted (i.e. it includes BOTH events that are a single session AND those that are multiple sessions, but it does not break down which sessions an individual attended). Overall, I want all of the attendance information combined into one table, so I would imagine that I need to append these 2 tables together. HOWEVER, the 2nd table includes attendance across all events, and I only want to add the attendance to the single session events from the second table to the attendance for multiple session events in the first table. How can I append them so it includes everything from the first table and only a subset of information from the second table?
Solved! Go to Solution.
I have performed one Right Anti join. This join removed the matching rows from second table.
Removed all columns and expanded the table.
Now, I have a table which is having common rows removed from second table.
Appended this result to Output of Changed Type which was our original table.
Replace null in Session with Single-session.
Can you please both table structures alongwith some sample data?
Hi there:
I cannot provide real data, but here is a basic mock-up of what the two tables would look like. And what I would want to do. I only need the stuff in green from Table 2 added to Table 1 (and exclude from appending the cells in grey).
Solution made and uploaded to https://1drv.ms/x/s!Akd5y6ruJhvhuU6qFUfoiLBTTJkb?e=bpdoOy
So how can I get the data from Table 2 in green to be in Table 1?
Can you explain the steps of what you did? I'm trying to learn what you did so I can apply it to the real data scenario I am dealing with.
I have performed one Right Anti join. This join removed the matching rows from second table.
Removed all columns and expanded the table.
Now, I have a table which is having common rows removed from second table.
Appended this result to Output of Changed Type which was our original table.
Replace null in Session with Single-session.
Description of problem statement is missing.
How to Get your Question Answered Quickly - https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
I just updated it
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
15 | |
13 | |
12 | |
11 |