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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
modi123p
Microsoft Employee
Microsoft Employee

Bug? Dynamic Selection of fields in Matrix Visual using Parameter Fields not working

Hi,

 

I m trying to create a matrix with dynamic selection of fields (to be placed as rows) by using Field parameters.

While it seems to work for the first time.. subsequent selection of the slicer fails and matrix stops to respond (cannot drill down .. and at most one column can be used at times)

 

Below picture shows 2 fields selected in the slicer.. However, the same is not reflecting in the matrix.

Attempt to expand all doesn't work.

modi123p_0-1750843666682.png

modi123p_2-1750843901294.png

 

Any help in this regard would be very much appreciated.

 

Power Query Code for Test table:

 

let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("Lc67EQAhCATQXohNULzcDzbh2H8bByzJW3cYGO+lQYUGSD24cW30yqVpbYLUowoLx3xZWyD16PLFdNt7g9TDbjOuqzUFqcZ2lxgfKwekB5+z7fcD", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Col1 = _t, Col2 = _t, Col3 = _t, Col4 = _t, Value = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Col1", type text}, {"Col2", type text}, {"Col3", type text}, {"Col4", type text}, {"Value", Int64.Type}})
in
#"Changed Type"

 

Parameter Field Defn

 

Parameter = {
    /* ("Col1", NAMEOF('Test'[Col1]), 0), */
    ("Col2", NAMEOF('Test'[Col2]),0),
    ("Col3", NAMEOF('Test'[Col3]), 1),
    ("Col4", NAMEOF('Test'[Col4]),2)
}
1 ACCEPTED SOLUTION

@modi123p - Well I see you're a Microsoft employee and on the "as yet unreleased" July 2025 version of Power BI. 

Whereas the rest of us can only access June, so yeah, I'd say you've found a bug, and not one I can replicate. 

 

I even played with the layout settings in my version, still works as planned. 

 

mark_endicott_0-1750865287470.png

With Field Parameters STILL (3 years people) in Preview, I'm guessing they've been playing around with the way they work in tables or Matrixs. 

 

Fortunately you'll probably be able to raise this internally a whole lot faster than any of us can. 

 

If I answered your question please mark my post as the solution, it helps others with the same challenge find the answer!

View solution in original post

4 REPLIES 4
modi123p
Microsoft Employee
Microsoft Employee

🙂 I m not an MS employee... but someone working on an assignment. So do not have additional outreach.

Thank you for taking time to test. 

mark_endicott
Super User
Super User

@modi123p - I cannot replicate your issue, infact it is working as expected for me. 

 

Can you supply a file?

 

mark_endicott_0-1750846106251.png

mark_endicott_1-1750846137699.png

 

 

mark_endicott_2-1750846158523.png

 

mark_endicott_3-1750846172175.png

 

 

 

@mark_endicott 

Thank you for the quick response Mark.

You may refer the sample file from  my github. It uses the same content and you can see that even if col 3 and col4 are selected... for some strange reason, you cannot expand to see all content

https://github.com/modi123p/Test/blob/main/Test%20Matrix.pbix

 

Using the latest version of PBI Desktop

 

modi123p_0-1750858751170.png

 

Regards,

Madan Prabhakara

@modi123p - Well I see you're a Microsoft employee and on the "as yet unreleased" July 2025 version of Power BI. 

Whereas the rest of us can only access June, so yeah, I'd say you've found a bug, and not one I can replicate. 

 

I even played with the layout settings in my version, still works as planned. 

 

mark_endicott_0-1750865287470.png

With Field Parameters STILL (3 years people) in Preview, I'm guessing they've been playing around with the way they work in tables or Matrixs. 

 

Fortunately you'll probably be able to raise this internally a whole lot faster than any of us can. 

 

If I answered your question please mark my post as the solution, it helps others with the same challenge find the answer!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.