Forum Discussion

PowerBIPerson42's avatar
PowerBIPerson42
Frequent Visitor
6 years ago
Solved

Matrix - Use Row values to text search in another column and filter returned matrix values

Hello, I've been stuck on this for a few days and am grateful for any help! Right now I have three tables in my data model: A Transcript data table, a Subject list of unique subjects, and a C...
  • PowerBIPerson42's avatar
    PowerBIPerson42
    6 years ago

    Hi parry2k ,

    Thank you for your response! I was finally able to figure it out, actually.
    My error was in how I was thinking about the subject lookup part of the data model and trying to create a measure or column was not the right approach. 
    I ended up using Transform Data to make a duplicate of the course information table and then used Split Column to create a new row for each of the subjects listed on a course. This allowed me to use the new column with one subject per cell as the row value in the matrix - which then filters down the below course information and transcript information by each subject.

    I'm fairly new to data modeling and Power BI and sometimes have a hard time determining when to change something in a data model vs when to write a measure vs when to use a filter on a visualization vs etc..