Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello, I'd like to create a table which contains only the distinct value of a few fields of another table,
is it possible ?
Solved! Go to Solution.
@Bebs Not sure what you mean by "in the model" or "limited to the layout". Can you clarify your question?
The SUMMARIZE is a DAX statement/function that can be used to create a new table that is a summary of another. It can be used in-line in other DAX statements/funcitons that accept a table object as an input parameter, or used by itself to create a whole new table that can be added to visuals, filters, relationships, etc.
Proud to be a Super User! | |
Thanks for your suggestions,
@ToddChitt : yes, that's it, Summarize works exactly the way I'm looking for. Is it possible to use this SUMMARIZE function to create a new table in the model or is it limited to the layout ? (I need to build the table in the model).
@Bebs Not sure what you mean by "in the model" or "limited to the layout". Can you clarify your question?
The SUMMARIZE is a DAX statement/function that can be used to create a new table that is a summary of another. It can be used in-line in other DAX statements/funcitons that accept a table object as an input parameter, or used by itself to create a whole new table that can be added to visuals, filters, relationships, etc.
Proud to be a Super User! | |
OK thanks,
in fact, I didn't knew the Data/Table tools/New table way to build a table using DAX.
it works 🙂
Thx
Please share us some sample table's snapshot and you're expected output snapshot. So that we can help on creating the Formula itself. If possible please share the PBI file itself (Incase you don't want to share the orginal file, please mimic into simple pbi file ). That makes our task very easy. And we can help very precisely.
Try the DAX SUMMARIZE function. It creates a new table that, well, summarizes another table.
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |