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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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 |
---|---|
98 | |
76 | |
75 | |
48 | |
27 |