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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Duong
New Member

Measure to rows header

Hi all,

I'm looking to create a matrix chart that displays the frequency of repeating orders.


I have created a measure below. This measure is used for the values in the matrix. I intend to use the column [No_repetitions]

of the 'table_groupby' for the rows header.

Duong_2-1699631038967.png

 

This is the results as I want.

Duong_0-1699631610981.png

 

 

However, I believe it's better to use [No_repetitions] as the measure. This way, when filtering by datetime, [No_repetitions] changes accordingly.

 

For example:
OR********* has repeated 5times in my list, so the result of No_repetitions shoulde be 5.

Duong_4-1699631495415.png

But when I filter datetime from 13-Feb to 20-Feb, the result of No_repetitions shoulde be 3.

Duong_1-1699631776973.png

Kindly tell me how I would be able to display the result of measure in form of rows header.

 

 

1 REPLY 1
Anonymous
Not applicable

Hi @Duong ,

 

 

Sorry, I don't fully understand your needs yet. But I can make the following points clear:

1.Measures cannot be placed in rows or columns of a matrix, only Values can.

vstephenmsft_0-1699843454887.png

2.The row header refers to the field name in the matrix, right? And it cannot be returned in the row header as a measure.

3.Your [No_repetitions] is a column, but because of the relationship between tables, it can also be filtered by filters, provided that there are no formulas in your matrix that ignore filters.

 

 

 

Best Regards,

Stephen Tao

 

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors