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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
arjun_para
Regular Visitor

Power BI: How to change an attribute to a separate table?

I want to change an attribute to a separate table.

For example New joinees is an attribute. I want to create a separate table for new joinees in powerbi.

Please see the attached imageARR- 59 2024-07-11.jpg

2 ACCEPTED SOLUTIONS
fahadqadir3
Super User
Super User

@arjun_para You need to filter the table, you can do that in Power Query or in DAX and create a new filtered Table. Please review the attached screenshots

fahadqadir3_0-1720676330526.png

fahadqadir3_1-1720676369420.png

Only new Joinee = CALCULATETABLE('Table','Table'[Attribute] = "New joinees")

@arjun_para Hope it works.

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!! 

 

View solution in original post

Anonymous
Not applicable

Hi @arjun_para 

 

Thanks for the reply from @fahadqadir3 , please allow me to provide what it would take to achieve this effect in Power Query:

 

1. Right-click on the table and select "Duplicate" to create a new table.

vxuxinyimsft_0-1720771405894.png

 

2. Filtering on Attribute columns

vxuxinyimsft_1-1720769768542.png

 

Close & Apply

 

Output:

vxuxinyimsft_3-1720769930857.png

 

Best Regards,
Yulia Xu

 

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

4 REPLIES 4
arjun_para
Regular Visitor

Thanks fahadqadir3 and Yulia Xu. 
I really appreciate your help.

Case closed

@arjun_para  Mark my post as a solution! This will help others on the forum! Appreciate your Kudos!!

Anonymous
Not applicable

Hi @arjun_para 

 

Thanks for the reply from @fahadqadir3 , please allow me to provide what it would take to achieve this effect in Power Query:

 

1. Right-click on the table and select "Duplicate" to create a new table.

vxuxinyimsft_0-1720771405894.png

 

2. Filtering on Attribute columns

vxuxinyimsft_1-1720769768542.png

 

Close & Apply

 

Output:

vxuxinyimsft_3-1720769930857.png

 

Best Regards,
Yulia Xu

 

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

fahadqadir3
Super User
Super User

@arjun_para You need to filter the table, you can do that in Power Query or in DAX and create a new filtered Table. Please review the attached screenshots

fahadqadir3_0-1720676330526.png

fahadqadir3_1-1720676369420.png

Only new Joinee = CALCULATETABLE('Table','Table'[Attribute] = "New joinees")

@arjun_para Hope it works.

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!! 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors