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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
I am trying to replicate the above.
I have 2 tables which can be described as -
Table 1: Product name and share columns, there is also retailer & state columns (not shown above)
Table 2: Product name and competitive set ranked (not shown above)
Visualisation:
in a matrix, with drop-down filters on retailer, state & Name show (eg. Walmart, CA, Prod 1)
Name product, Name product share, comp 1, comp 1 share.
I have tried a number of formulas and so far most of my results for comp return (blank)
@Anonymous , Try new measures like
comp1 = maxx(filter(Table2, Table2[Comp1] = max(Table1[Name])),Table2[Comp1])
comp1 Share = maxx(filter(allselected(Table1), Table1[Comp1] = [comp1],Table1[Share])
Thanks for your reply.
The first formula (comp1) did not return a value (BLANK).
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 33 | |
| 31 | |
| 19 | |
| 12 | |
| 11 |