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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

Calculation other than average

Good afternoon, I hope you are well, I wanted to ask for your help, since I can not reach the result, I have the following:

nuance

Rows:

  • ASSET CLASS
  • BACKGROUND FUND
  • series

column:

  • AUM Prom Jorge
  • AUM Prom Period

First calculation:

AUM Prom Jorge = AVERAGE(Consolidado[Pat. MM$])

According to calculation:

AUM Prom Período = CALCULATE(

[AUM Prom Jorge],

filter(

Consolidated

Consolidated[Calculation Date]>=DATE(2021,05,01) && Consolidated[Calculation Date]<=DATE(2021,05,31)))

therefore it gives me the following result.

Mat.jpg

what enecesito that instead of the total me of the average, me of the total of the sum of the column, it is possible, I remain attentive, thank you very much.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Syndicate_Admin, Try measures like this measure

sumx(summarize(Consolidated, Consolidated[Asset Class],Consolidated[Fund],Consolidated[Series], "_1",AVERAGE(Consolidated[Pat. MM$])),[_1])

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Syndicate_Admin, Try measures like this measure

sumx(summarize(Consolidated, Consolidated[Asset Class],Consolidated[Fund],Consolidated[Series], "_1",AVERAGE(Consolidated[Pat. MM$])),[_1])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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