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 there,
I am trying to create a filtered table that displays only the customer id that is selected by a filter on another table which I can't link due to data discrepancies.
Calculated Table = calculate(distinct(Customer[Customer Id]),filter('Main',Main[Customer Id]=FIRSTNONBLANK(Customer[Customer Id],1))) returns an error.
Hi @dniedrauer,
I am trying to create a filtered table that displays only the customer id that is selected by a filter on another table which I can't link due to data discrepancies.
Not like measures, calculate columns/tables are computed during database processing(e.g. data refresh) and then stored in the model, they do not response to user selections on the report. So it is not possible to create a calculate column/table can change dynamically with user selections on the report.
Could you try setting the cross filter direction to Both for both relationships(marked below) to see if it works in your scenario? ![]()
Regards
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 |
|---|---|
| 169 | |
| 109 | |
| 91 | |
| 55 | |
| 44 |