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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Joak
Frequent Visitor

Create new table

Hello, 

 

I have a table with columns A, B, C, D; how can I create a new table with columns A, B and D with only the lines matching with rows of column D which are different from zero and null ? 

 

I'd like to transform this

A      B     C     D

a       b     c     0

a1    b1    c1   d1

a2     b2   c2    0

 

To this : 

 

A     B     D

a1    b1   d1

 

I guess I have to use SUMMARIZE but I don't really know how. 

 

Would it be like : 

SUMMARIZE(Table1;Table1[A];Table1[B];Table1[D]<>0;Table2) 

Thanks !

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@Joak

 

Hi Create a new Table with :

 

Dwithoutzeroandblanks = FILTER(Table1,Table1[D]<>"0" && Table1[D]<>BLANK())

 

Regards

 

Victor

Lima - Peru




Lima - Peru

View solution in original post

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

@Joak

 

Hi Create a new Table with :

 

Dwithoutzeroandblanks = FILTER(Table1,Table1[D]<>"0" && Table1[D]<>BLANK())

 

Regards

 

Victor

Lima - Peru




Lima - Peru
Joak
Frequent Visitor

thanks ! 

 

It seems way more simpler than I thought. 

 

Then I guess it's possible to compare/add/ use formulas between two columns that are in deiffernet tables ?

 

 

Vvelarde
Community Champion
Community Champion

@Joak

 

Yes, you can use columns from different tables in a measure or calculated columns

 

Regards

 

Victor




Lima - Peru

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.