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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Dicken
Continued Contributor
Continued Contributor

Expression Evaluate , error

  I have a questiion as to how this works , for example; 

= Expression.Evaluate( "a", 
[ a =  List.Sum, b =  List.Average ]  ) 
( {2,3,2,2} )

this will work fine, and jsut change to "a" or "b", to change result but  neither of these work ? 

= Expression.Evaluate( "a", 
[ a =  List.AnyTrue , b =  List.AllTrue  ]  ) 
( {2,3,4,true, 2,2} )  

or 

= Function.Invoke( 
    List.AllTrue   , 
    { {2,2,2,2,2}} )

 so why does it  not work and how can I get it to do so, i wanted to just be able to change a parameter to a or b and change 
the result . 

Richard. 

1 ACCEPTED SOLUTION
Dicken
Continued Contributor
Continued Contributor

to answer my own question,   List.Any / All true expects a list of true / false values, not a list 
with a true or false in it.  this is why I had an error. 

View solution in original post

1 REPLY 1
Dicken
Continued Contributor
Continued Contributor

to answer my own question,   List.Any / All true expects a list of true / false values, not a list 
with a true or false in it.  this is why I had an error. 

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.