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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
dwauer
Frequent Visitor

Count HeaderRow in Matrix Table

Hello again,

 

how can I count the header row in a matrix table?

 

dwauer_0-1710846762504.png

I would only show 5 instead of 15 rows as counting number.

With my measure it won't work.

 

Thanks

 

2 REPLIES 2
Daoud_H
Helper I
Helper I

Hi @dwauer,

 

Can you show your dax measure please ? 

It seem that you have put 2 columns in this matrix.

Here is my Measure:

 

MontageSollHeute = 
CALCULATE(
        COUNTROWS(
            'AG - Rückmeldungen (Handy App)'),
            FILTER(
                'AG - Rückmeldungen (Handy App)',[Arbeitsgangnr.] = 70 &&
                [Arbeitsplannr.] = "GLAS" &&
                [Glasstandort] = "GLAVOR1"
        )   )+0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.