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
DavidB023
Helper III
Helper III

Copy Column on a new table (with date)

 

Hi everybody !

 

I just need to copy a column from a table to another and my value are source of date like I show you in the following picture :

 

 

I try related or Summarize but nothing worked...

 

first tablefirst table

 

second tablesecond table

 I want the column of my first table on my second table ..

 

 

Best regards

Davidb023

2 ACCEPTED SOLUTIONS

it seems you are creating measure. Creat new column then only column suggestions would appear in your syntax.

 

see screenshot of measure where suggestion didn't appear. measure.png

 

and when i created column then suggestion appeared column.png

View solution in original post

I success to create new column with data from other table, I have created a relation between the two tables (with date column) and after that column from the other table appear in RELATED(). Thanks !

  

Best regards

DavidB023

View solution in original post

5 REPLIES 5
ask4atish
Advocate III
Advocate III

This can be achieved using related. First of all check whether date field is date type or not. If it is date type then create a new custom column=related(column which you want) and done. now create a table visual using your previous fields along with this newly created column. Make sure you have checked "show items with no data" if you want to show the same. see screenshot attachedrelated.png

@ask4atish

 

I already try to use function Related(column) but I can't choose a column from an another table, just column which are on the first table..

it seems you are creating measure. Creat new column then only column suggestions would appear in your syntax.

 

see screenshot of measure where suggestion didn't appear. measure.png

 

and when i created column then suggestion appeared column.png

I success to create new column with data from other table, I have created a relation between the two tables (with date column) and after that column from the other table appear in RELATED(). Thanks !

  

Best regards

DavidB023

Yeah. I forgot to mention that two tables should be linked with each other.

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