Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Create a new table from a column filter

Hello,
I have a calculated column in my Table created by this code:

 

FilterCol = IF(LEN(Assemk[SERIE])=8 &&
                      LEFT(Assemk[TRA],1)="F" &&
                       Assemk[SUC]="CB" &&
                        Assemk[DATE].[Date] >= TODAY()-5,
                          Assemk[SUCCOD],"false")

 

With this calculated column I can filter all rows ​​that are different from "false" and get only the rows I want. I would like to create a new separate table with just those rows different from "false". How can I do this?

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

You can create a new table using the syntax below:

 

Table 2 = FILTER('Table', 'Table'[FilterCol] = "False")

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

You can create a new table using the syntax below:

 

Table 2 = FILTER('Table', 'Table'[FilterCol] = "False")

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.