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

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.

Reply
Bebs
Helper II
Helper II

Loading only a few fields of another query

Hello, I'd like to create a table which contains only the distinct value of a few fields of another table,

is it possible ?

 

1 ACCEPTED 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. 




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





View solution in original post

5 REPLIES 5
Bebs
Helper II
Helper II

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. 




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

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

Jayaselvan
Helper II
Helper II

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. 

ToddChitt
Super User
Super User

Try the DAX SUMMARIZE function. It creates a new table that, well, summarizes another table.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.