- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

How to exclude values in summarize dax table
Hi everyone.
I need to create a summarized table from another table in the same model.
var visitas = filter(SUMMARIZE(SalesOp,SalesOP[ID ODV],SalesOp[ESTADO ODV],"Fecha Visita",max(SalesOp[FECHA DE VISITA]),"Matricula",MAX(SalesOp[MATRICULA DEL COMERCIAL ASIGNADO])),SalesOp[estado oDV]="Visit_confirmed")
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
If this post helps, please consider accept as solution to help other members find it more quickly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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
If this post helps, please consider accept as solution to help other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Anonymous You would do SUMMARIZE(FILTER('SalesOp', ....), ...)
Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!: Power BI Cookbook Third Edition (Color)
DAX is easy, CALCULATE makes DAX hard...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-13-2024 07:28 AM | |||
03-14-2024 05:50 AM | |||
02-23-2024 02:51 PM | |||
02-25-2024 05:09 PM | |||
08-21-2024 09:14 AM |
User | Count |
---|---|
102 | |
84 | |
81 | |
53 | |
46 |