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
I need to create a way to slice pursuits my company has done based on if they are completed, cancelled, or in progress. The problem is that the criteria for completed and cancelled is on one table, and the criteria for in progress is on another, and uses a completely different criteria. They have a relationship via the customer # Column.
Complete/Cancel Table example:
| Customer # | Group |
| 555 | Complete |
| 999 | Complete |
| 6543 | Cancelled |
| 444 | Cancelled |
| 324 | Complete |
| 456 | Cancelled |
In Progress table example, in progress is designated as being in the future, for now I have a calculated column (After Date) that gives a 1 for in the future (meaning in progress) and a 0 for in the past (completed or cancelled:)
| Customer # | Completed Date | After Date |
| 111 | 12/31/2021 | 1 |
| 324 | 1/3/2020 | 0 |
| 333 | 7/20/2021 | 1 |
| 444 | 4/28/2020 | 0 |
I need to be able to slice the customers based off of the pursuit status, slicer choices example:
| Completed |
| Cancelled |
| In Progress |
Thanks for any advice!
Solved! Go to Solution.
Hi,
In the In Progress Table, create another column called Group (same spelling as in the first table). Then append the 2 tables. Now use the Group column for slicing.
Hi,
In the In Progress Table, create another column called Group (same spelling as in the first table). Then append the 2 tables. Now use the Group column for slicing.
Hi @ABR002 , not sure if I understand what you are trying to do, but if the two tables are related by one column, then you could merge the two tables in Power Query, and then you could pull the slicers out of the one combined table.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.