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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a table showing individual customer transactions by location. The table has following colummns.
I created two summarized tables from this table.
Hi @Anonymous,
Calculated tables, as in Modeling/New Table/Type stuff in dax, is a "static" table. It will not respond to filters.
If you want your table to respond to filters, you can use the following methods to solve:
1. Create a bridge table to connect the two tables through the bridge table to create a relationship.
https://www.seerinteractive.com/blog/join-many-many-power-bi/
https://community.powerbi.com/t5/Desktop/Bridge-table/m-p/219805
2. Include the Calculate Table function in the target Measures.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , the New table will not be impacted by slicer values on the original tbale. You need to join this new table with common dimensions, you want to filter