cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Ramya616
Helper I
Helper I

Field Parameters_Matrix Visual

I have created a field parameter as below.

Test = {
("M1", NAMEOF(‘FactTable'[Measure1]), 0, "Units"),
("M2", NAMEOF(‘FactTable'[Measure2]), 1, "Value"),
("M3", NAMEOF('FactTable' [Measure3]), 2, "Units"),
("M4", NAMEOF(‘FactTable' [Measure4]), 3, "Value"),
("M5", NAMEOF(‘FactTable' [Measure5]), 4, "Units"),
("M6", NAMEOF(‘FactTable' [Measure6]), 5, "Value")
}

 

I am taking this(4th column) into slicer to select either Value or Units.
Now I have matrix visual, where I have taken the field parameter under values section. But it is not working..The same thing is working for Table.

2 REPLIES 2
Ramya616
Helper I
Helper I

I have taken calculated columns into field parameters. That is the reason it didn't work as expected. I modifed them to measures, now it's working.

v-yangliu-msft
Community Support
Community Support

Hi  @Ramya616 ,

 

You can check the following two reasons:

The Measure in the field parameter is not placed correctly on top of the Matrix Visual and does not match.

It is possible that the Measure in the field parameter is of a different data type than in the Matrix Visual, which could also cause problems.

If convenient, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors