Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
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.
Solved! Go to Solution.
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 @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!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 101 | |
| 39 | |
| 29 | |
| 29 |