Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello PBI Community, I'm having some issues with a measure hope anyone can help,
Let's say I have Table 1 and Table 2,
Table 1 looks something like this:
| 1 | A |
| 2 | B |
| 3 | C |
| 4 | AB |
| 5 | BC |
| 6 | ABC |
And Table 2 has the list of letters:
| A | Short Text for A |
| B | Short Text for B |
| C | Short Text for C |
I would like to have a bar chart with the count of rows in table 1 based on the letters it contains of table 2 for example Row 6 (table1) would count towards the 3 letters.
So the end result should be (imagine is a bar chart):
A 3
B 4
C 3
I'm kind of new to Power BI so I don't know if I should use a measure or a calculated column.
Any Suggestions? Any help is highly appreciated.
Solved! Go to Solution.
@Anonymous Please give this a try
@Anonymous Please give this a try
Thank you so much @smpa01 it worked!
I had more letters in my original table but it was just a matter of adding them in top of your suggestion.
No Problem !!! Glad to be of help to you 🙂
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |