Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Solved! Go to Solution.
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.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |