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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
erikah06
Helper I
Helper I

Creating a table based on another table Column Value

newtable.PNGHi, 

 

I would like to create a new table based on Table Above, 'Query1' filtered [STAT] Column. I only want to pull rows into the new table with the field "E0004" in the [STAT] column. I tried the below formula, to no avail. 

 

Table = UNION(SUMMARIZE(Query1,Query1[Equipment],Query1[Equipment.1.Equipment Class.Class],Query1[STAT],Query1[TXT04],Query1[TXT30],Query1[Availability],Query1[Availability Rating]),
1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi  @erikah06 

 

If you want to keep the rows with "E0004" in the [STAT] column, can you not simply filter?

Create a new calculated table:

 

NewTable = FILTER(Table1, Table1[STAT] = "E0004") 

View solution in original post

2 REPLIES 2
AlB
Community Champion
Community Champion

Hi  @erikah06 

 

If you want to keep the rows with "E0004" in the [STAT] column, can you not simply filter?

Create a new calculated table:

 

NewTable = FILTER(Table1, Table1[STAT] = "E0004") 

Hi @AlB obviously looking at this stuff too long, I'm becoming delusional. Thank you for always sharing your expansive knowledge! 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.