Forum Discussion
parameters fields performance with complex DAX
- Anonymous4 years ago
Hi Leonardiho8 ,
As far as I know, we will use SELECTEDVALUE() to catch single value and use VALUES() to catch a list of values. We will use equal( = ) to compare with single value and use in to compare with list of values in dax code.
I think Power BI performance will be affected by many conditions like data model, size of underlying data, complexity of the query.
You may refer to this offical blog to learn more details about how to optimization Power BI Performance.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Leonardiho8 ,
As far as I know, we will use SELECTEDVALUE() to catch single value and use VALUES() to catch a list of values. We will use equal( = ) to compare with single value and use in to compare with list of values in dax code.
I think Power BI performance will be affected by many conditions like data model, size of underlying data, complexity of the query.
You may refer to this offical blog to learn more details about how to optimization Power BI Performance.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.