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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Data From fact table

Hi, My one table has column called name like:

 

1. a

2.b

3.c

4.c

5.d

6.a

 

I would like to have distinct name in another table called table 2.

Both table are connected via production date column.

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi preetam,

I am not clear about your requirement, if you want to create a table with distinct value of name, you could try to use below expression to create a table like below

Table 2 = VALUES('Table (2)'[name])

151.png

If this is not what you want, please inform me more detailed information (such as your sample data and your expecting output). Then I will help you more correctly.

 

Best Regards,

Zoe Zhi

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
dax
Community Support
Community Support

Hi preetam,

I am not clear about your requirement, if you want to create a table with distinct value of name, you could try to use below expression to create a table like below

Table 2 = VALUES('Table (2)'[name])

151.png

If this is not what you want, please inform me more detailed information (such as your sample data and your expecting output). Then I will help you more correctly.

 

Best Regards,

Zoe Zhi

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.