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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
avioti
Frequent Visitor

A secundary table from a main table

Hello All

 

I need your help

 

I have a table called incidents. This is my main table. I would like to create the same table with all of columns, but I would like to put in this new table only incidents whose contain the close date <> BLANK().

Is is possible to create this kind of table?

1 ACCEPTED SOLUTION
DoubleJ
Solution Supplier
Solution Supplier

Hello

 

You can use the "New Table" option and use this formula to fill your table

 

IncidentsSolved = CALCULATETABLE(Incidents;ISBLANK(Incidents[CloseDate]) = FALSE()) 


NewTable.PNG

Hope this helps!

JJ

View solution in original post

2 REPLIES 2
DoubleJ
Solution Supplier
Solution Supplier

Hello

 

You can use the "New Table" option and use this formula to fill your table

 

IncidentsSolved = CALCULATETABLE(Incidents;ISBLANK(Incidents[CloseDate]) = FALSE()) 


NewTable.PNG

Hope this helps!

JJ

Thanks

I will try it

🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.