The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |