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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Leonardiho8
New Member

parameters fields performance with complex DAX

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?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.