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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
clem312
Resolver I
Resolver I

FILTER won't work on GENERATE OR SUMMARIZE Table

Hi,

 

I have created one table with the function CROSSJOIN. Hopefull filter works with it.

I have created another one with SUMMARIZE or GENERATE. Filters don't work... 😭 How come ?

I specify that of course I am talking about dimension outside the new table but included in the initial table.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@clem312 , how you have used filters?

Are you hoping slicer values to work, that will not.

 

but 

 

Filter(Summarize(<Code>) , [Col1] =1)

 

or

 

Summarize(Filter(Table, [Col1] =1), [Col1], [Col2] )

 

should work

 

Should work

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@clem312 , how you have used filters?

Are you hoping slicer values to work, that will not.

 

but 

 

Filter(Summarize(<Code>) , [Col1] =1)

 

or

 

Summarize(Filter(Table, [Col1] =1), [Col1], [Col2] )

 

should work

 

Should work

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.