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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Duplicate Table

I need to duplicate a table, with the exception that I want one of the columns to be filtered.  

I have a table that is pulled from a database.  I can just created a duplicate of the table, but it looks like it's going to run the SQL query again to refresh the new table and I don't really want that.  

In my table, there is a column called "processed by" and there are two possible values.  Let's call these values A and B.  I want to keep this original table with A and B, but then I want a duplicate table that has all the same columns but only pulls "processed by = A".  

It seems like this should be simple, but I'm having a mental block for some reason.

Any help would be appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous - 

In DAX, you can create a Calculated Table, like this:

New Table = FILTER(<original table>, [processed by] = "A")

Cheers!

Nathan

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Don't use duplicate

use Refrence and after that put filter

I hope this will help you

Anonymous
Not applicable

@Anonymous - 

In DAX, you can create a Calculated Table, like this:

New Table = FILTER(<original table>, [processed by] = "A")

Cheers!

Nathan

Anonymous
Not applicable

@Anonymous  - That is perfect.  Thank you.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.