This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello everyone!
I have a table that looks like this:
| Part | Shape | Value |
| Part 1 | A | ZW |
| Part 1 | B | 90 |
| Part 1 | C | 10 |
| Part 1 | D | 5 |
| Part 2 | A | ZW |
| Part 2 | W | 12 |
| Part 2 | H | 15 |
| Part 2 | L | 20 |
| Part 3 | A | NE |
| Part 3 | X | 20 |
| Part 3 | Y | 13 |
In another table, I want to list all possible 'Shape' values available when 'Value' == 'ZW'. So the result table would look like so:
| Shape |
| B |
| C |
| D |
| W |
| H |
| L |
Is something like this even possible?
HEllo @tuliosouzaa ,
Yes, you could filter it were value = "ZW".
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
If I do a filter with Value = ZW it will omit all values different from ZW and the result would be only A.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 28 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 27 | |
| 25 |