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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Kubakkk
Regular Visitor

Total value

Hi all,

I have a problem with values in matrix. Is it possible for the "udziały" columns to show only in Total and not next to each month?

Kubakkk_0-1625815899627.png

Kind regards

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Kubakkk ,

You can create a measure as below to replace the field udziały on the matrix, please find the details in the attachment.

New_Udzialy = 
VAR _udzialy =
    CALCULATE ( SUM ( 'Table'[Udzialy] ) )
RETURN
    IF (
        HASONEVALUE ( 'Table'[Data wystawienia].[Year] )
            && HASONEVALUE ( 'Table'[Data wystawienia].[Month] ),
        BLANK (),
        _udzialy
    )

yingyinr_0-1626057999330.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Kubakkk ,

You can create a measure as below to replace the field udziały on the matrix, please find the details in the attachment.

New_Udzialy = 
VAR _udzialy =
    CALCULATE ( SUM ( 'Table'[Udzialy] ) )
RETURN
    IF (
        HASONEVALUE ( 'Table'[Data wystawienia].[Year] )
            && HASONEVALUE ( 'Table'[Data wystawienia].[Month] ),
        BLANK (),
        _udzialy
    )

yingyinr_0-1626057999330.png

Best Regards

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.