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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone.
I need to create a summarized table from another table in the same model.
Solved! Go to Solution.
HI @Anonymous,
You can set a filter on query table side to filter specific records, and these filtered records will be removed before data transform to data model tables.
Regards,
Xiaoxin Sheng
HI @Anonymous,
You can set a filter on query table side to filter specific records, and these filtered records will be removed before data transform to data model tables.
Regards,
Xiaoxin Sheng
@Anonymous You would do SUMMARIZE(FILTER('SalesOp', ....), ...)
but i need to exclude some values from the original table (SalesOp, Salesop[Centro Costo] = 502,503,901)
how can i do that? i would really appreciate if you could help me.