Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I probe the new power bi function "Parameters fields" and I have a problem with the performance.
My measure is a complex DAX but when I have a Matrix with dimension "Parameters fields" is slower with add one to one dimension what makes it up
How affect the "Parameters fields" that performance?
Solved! Go to Solution.
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.
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |