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
tcr
Regular Visitor

Calculated measures in Matrix row and columns

Hi,

 

We are trying to achieve this form in the PBI

tcr_0-1686661547613.png

but values on the left hand side are actually calculated measures in the PBI like

 

Active DD Donors =
CALCULATE(
    DISTINCTCOUNT('Pledge'[Pledge Reference]),
    FILTER('Pledge Details','Pledge Details'[Pledge Status]="Active"))
 
is there any way how we can calculate current year, current month, averages etc. and put them in the columns in the matrix.
This is what we have for now - measure calculations on monthly basis , but we struggle a little bit how to calculate for instance measures on monthly, year basis and average and put them in the columns.
tcr_1-1686661745050.png

Thanks

2 REPLIES 2
tcr
Regular Visitor

Hi @Mahesh0016 

Yes but that requires to create 100 measures for current Month Sales, I've managed this in the calculation groups, but since we have 2 measures on the matrix row,

one is Count and another is value, I'm not sure how to put them into one row and show count and value in colums, take a look picture below, we calculated new measures

No of New supporters Count, No of New Supporters Value, Active DD Donors Count,

Active DD Donors Value etc. , and we are not sure how to have one line for each measure while to put count and value in columns

 

tcr_1-1687337985360.png

 

 

Mahesh0016
Super User
Super User

@tcr I hope this helps you!THANK YOU!!
For E.g
CurrentMonthSale =
calculate ([Total Sale], Filter(Table, Table[Month]=Month(today()))

 

CurrentYearSale =
calculate ([Total Sale], Filter(Table, Table[Year]=Year(today()))

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