Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone!
I want to add a column to a table via power query with something analogous to a WHERE clause.
Here's a simplified version of what I'm trying to do:
Take the [TASK] from the 'Schedule' Table Where [INCLUDE] = 1
Add the activities into my 'Fact Table' which looks like this
To yield my 'Goal' table which should ideally look like this
Thank you SO MUCH for your continued assistance!
Solved! Go to Solution.
One way to do this would be to add a custom column (all values = 1) to the Fact Table and then do a merge matching columns DATE, NAME, and Custom with DATE, ASIGNEE, and INCLUDE.
The other way would be to merge Fact Table with Schedule after filtering the latter for INCLUDE = 1.
One way to do this would be to add a custom column (all values = 1) to the Fact Table and then do a merge matching columns DATE, NAME, and Custom with DATE, ASIGNEE, and INCLUDE.
The other way would be to merge Fact Table with Schedule after filtering the latter for INCLUDE = 1.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |