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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Measure cannot be dragged in the column/row of a KPI matrix

Hi,

 

After having created the following measure:

Measure VNB this selected quarter = SELECTEDVALUE(QuarterYearconversionTable1[QuarterYear])

The result it this case if for example 4Q20

 

Can anybody explain me why I cannot use this measure in the column or row of an KPI matrix?
I can only put it in the value box of a KPI matrix.
What can I do to make this work?

 

PS this post is an stripped down version of my previous post. If I can understand how to solve it, I can solve my problem in my previous post which can be found at:

https://community.powerbi.com/t5/Desktop/Why-does-a-quarteryear-measure-cannot-be-used-on-the-X-axis...

1 REPLY 1
MFelix
Super User
Super User

Hi @Anonymous ,

 

A measure is evaluated in the context of the cell evaluated in a report or in a DAX query, meaning that you cannot have a result without context. In this case the matrix rows and columns are what give context to the values so they only accept column from your model.

 

You cannot use a measure on your rows because the measure is dependent of context and cannot give context to another value.

 

What is your exact purpose with this measure? What are you trying to achieve with the matrix visualization?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors