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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Create a dimension table from other tables - How?

I have three tables in my data model that strings together a variety of numeric identifiers and DAX functions for me to have a the desired output of Client, Campaign Name, Billing Code and Customer Code.  I'd like to create a dimension table by re-consuming particular columns from each of these tables, so that I have a simple table of of only the essential 4 columns I need.  (In PowerBI I can create the table I want  (visually), export the data and reimport it as another table), but that hardly seems efficient.

 

Is there a recommended process where I can create a New Table, including these 4 columns only, so that I can use it as a Dim Table without the export and import?

 

Thanks!

4 REPLIES 4
Aron_Moore
Solution Specialist
Solution Specialist

Under Modeling, New Table. Then https://docs.microsoft.com/en-us/dax/selectcolumns-function-dax

 

Probably look something like DimTable = SELECTCOLUMNS('Massive Table', "Campaign', 'Massive Table'[Campaign Name]....

Anonymous
Not applicable

@Aron_Moore

And this will allow columns from different tables? Will it allow me to bring in a DAX created column?

Hi @Anonymous 

You may try to use SUMMARIZE function or SUMMARIZECOLUMNS function.For further,please refer to below articles.

https://www.sqlbi.com/articles/introducing-summarizecolumns/

https://www.sqlbi.com/articles/best-practices-using-summarize-and-addcolumns/

Sample data or some assumed data and expected output which could reproduce your scenario will be helpful to provide an accurate solution.You can upload the .pbix file to OneDrive and post the link here or send me via private message. Do mask sensitive data before uploading.

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous 

Could you tell me if your problem has been solved? If it is,kindly mark the helpful answer as a solution and welcome to share your own solution. More people will benefit from here. If not, please share more details for us so that we could help further on it.You can upload the .pbix file to OneDrive and post the link here. Do mask sensitive data before uploading.

Regards,

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors