Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have 3 tables in this scenario all imported, two raw tables, Plan table (50k rows) & Individual Meetings (5k rows) table and the 3rd table known as "Attended Before Plan". The third table is the same source as the Plan table but merges queries with the Individual Meeting table in Power Query (joining via a user_id column). I then do a Conditional Column before Grouping the data by the Plan_ID (known as ID in the screenshot) in order to work out the number of meetings attended before a plan is created for each plan.
I noticed some data was missing so I've been trying to diagnose the problem in my code but when I found a user who's Plan_ID (ID in screenshot) is 46777 they do have data when I filter them throughout the query. However if I move the filter to be after the grouping by ID, they disappear and can't be found. For some reason this means that if I don't have the filter they don't appear in my final set of data (note; this isn't just one user who is effected)
Not sure how to resolve this, could it be to do with data size? There's not a massive amount of data which is very confusing
Any help appreciated
Filter before the Grouping
Filter after the grouping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.