Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Is it possible to define wich kind of data to SUBTOTAL in a matrix ?
In this case, I'd like that all .INDICADORES data sholud't SUBTOTAL.
Thanks so much !! 😅
Hi @Rabelo ,
Pleae try this measure:
subtotal =
IF (
    ISINSCOPE ( 'table'[subrow] ),
    SUM ( 'table'[value] ),
    CALCULATE (
        SUM ( 'table'[value] ),
        FILTER ( ALLSELECTED ( 'table' ), 'table'[subrow] <> ".INDICADORES" )
    )
)
Best Regards,
Jay
Thks so much!!!
I've decided to avoid this aproach ... better separate in 2 differente tables and 2 matrixes.
Best Regards!!!
Hi,
Share the link from where i can download your PBI file.
Thks so much!!!
I've decided to avoid this aproach ... better separate in 2 differente tables and 2 matrixes.
Best Regards!!!
Hi @Rabelo
yes possible. Please clarify exactly the filter contrxt of this matrix. Which columns and which tables. Sample data would be greatly hepful to create a sample file for you. Thank you
Thks so much!!!
I've decided to avoid this aproach ... better separate in 2 differente tables and 2 matrixes.
Best Regards!!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.