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

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

Reply
BrunoM
Advocate I
Advocate I

Using Field Parameter in a Value field of matrix

Dear all, i am stucked in this situation, i need your help !
I have a simple data model.

A table "Indices" with a column date and 3 columns for Indice1, Indice2 and Indice3.
A table "_Dates" related to the first one.

BrunoM_2-1688801418851.png

 


I have create a slicerTable using Field parameter fonction.
I would like to use the slicer to choose the column i want to display. I am using 2 visuals (Matrix and Linechart).
When i assign them to the parameter field no value is displayed (Tab1 of the pbix file)

BrunoM_1-1688801278545.png

 


If if add directly the column in the visuals it is working :

BrunoM_3-1688801516230.png

 

 


I really do not understand why this is not working for columns.

In advance thank you for your help,

1 ACCEPTED SOLUTION
OwenAuger
Super User
Super User

Hi @BrunoM 

To get this to work, create explicit measures for the average of each Indice:

Average of Indice1 =
AVERAGE ( Indices[Indice1] )

etc.

 

Then create a field parameter containing these three measures, and add this field parameter to the Values field well of the matrix.

 

The reason the original field parameter isn't working is that Indices[Indice1], Indices[Indice2], and Indices[Indice3] are treated as columns with no aggregation, so don't make sense in the Values field well of a matrix, and are therefore ignored.

 

When you drag the individual columns into the Values field well, it works because implicit measures are created (Average in your example).

 

Regards,


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

4 REPLIES 4
OwenAuger
Super User
Super User

Hi @BrunoM 

To get this to work, create explicit measures for the average of each Indice:

Average of Indice1 =
AVERAGE ( Indices[Indice1] )

etc.

 

Then create a field parameter containing these three measures, and add this field parameter to the Values field well of the matrix.

 

The reason the original field parameter isn't working is that Indices[Indice1], Indices[Indice2], and Indices[Indice3] are treated as columns with no aggregation, so don't make sense in the Values field well of a matrix, and are therefore ignored.

 

When you drag the individual columns into the Values field well, it works because implicit measures are created (Average in your example).

 

Regards,


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Thank you so much for this answer! It helps me a lot! 🙂

@OwenAuger Thank You !  Clear explanation.

@OwenAuger Thank you so much for your solution, your explanation and your quick answer. It is working fine as you described.
Have a nice WE !
Best Regards Bruno

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.