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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |