Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

The measure from Summarized table is not filtering out by the slicer in original table.

I have a table showing individual customer transactions by location. The table has following  colummns.

praisy_0-1634880579360.png

I created two summarized tables from this table.

 

Full_transactions_by_customer_Summarized by location =
SUMMARIZE(mv_full_transactions_by_customer, mv_full_transactions_by_customer[Month & Year],mv_full_transactions_by_customer[location], "Impact Revenue", SUM(mv_full_transactions_by_customer[revenue_impact]))
 
Full_transactions_by_customer_Summarized by customer =
SUMMARIZE(mv_full_transactions_by_customer, mv_full_transactions_by_customer[Month & Year],mv_full_transactions_by_customer[customer],
"Impact Revenue", SUM(mv_full_transactions_by_customer[revenue_impact]))
 
Created measures using columns in these summarized tables & tried to filter it using "Internal/External" column. But those measures are not filtered by the slicer.
 
Could anyone pls help me to solve this problem.
Thanks in advance.
2 REPLIES 2
Anonymous
Not applicable

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.

amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors