Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi all,
I'm looking to create a column in a table "Source" that display only specific values from a row that matches the condition. The table row for Column ID meets more than one condition. For example: I have a table called "Source" that contains column ID and another table "Category"
Source #
| ID |
| gpl 3.0, mpl 1.0 |
| gpl 2.0, gpl 3.0 |
| mpl 1.0, gpl 2.0 |
| apache 2.0, mpl 1.1 |
| apache 2.0, gpl 3.0, gpl 2.0 |
Category:
| ID | Category |
| gpl 2.0 | Graylist |
| gpl 3.0 | Blacklist |
| mpl 1.0 | Graylist |
| mpl 1.1 | Blacklist |
| Apache 2.0 | Whitelist |
Is there a way to filter values based on a category and display only the values specific to a category, even though the row contains values from all 3 categories.
Solved! Go to Solution.
@dt_2023
In Power Query split the ID column in to rows based on delimiter comma. Then you can create a relationship to the Category and filter the records in the source table based on the category selected.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@dt_2023
In Power Query split the ID column in to rows based on delimiter comma. Then you can create a relationship to the Category and filter the records in the source table based on the category selected.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |