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! It's time to submit your entry. Live 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!
| User | Count |
|---|---|
| 56 | |
| 41 | |
| 38 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 140 | |
| 102 | |
| 64 | |
| 36 | |
| 35 |