0

I’m working on a Power BI dashboard and need help with setting up slicers to filter my data effectively. Here's the situation:

I have a table with columns for Primary Responsibility and Secondary Responsibility. The goal is to:

  1. Use a slicer to filter the data based on Primary Responsibility.
  2. Then, use a second slicer that is additive to the previous slicer (i.e., doesn't limit my options given my selection in the previous slicer) for Secondary Responsibility.

The challenge is that some cells in the Secondary Responsibility column contain multiple departments (e.g., "Department Y; Department P"). I’d like the slicer to recognize these departments as individual items so I can filter them separately (e.g., "Department Y" and "Department P" as distinct options).

What’s the best way to handle this in Power BI? Below is the current data setup. enter image description here

1 Answer 1

0
  1. In PowerQuery, reference your main query, then remove all columns except for TASKS and SECONDARY RESPONSIBILITY.
  2. Still in PowerQuery, split column SECONDARY RESPONSIBILITY by delimiter ; (semi-colon & {space}), ensure Split into is set to Rows.
  3. Come out of PowerQuery, then create a relationship between this new Table and your previous table.
  4. Use this new table for your second slicer.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.