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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
TI_RB
Frequent Visitor

Measure is aggregating the line and not the column in chart

In this chart, the column .Dif_Valor (value difference) is a measure which multiply Variação*Vl_Vendas_Atual  (variation* week sales). Variação is measured by (Marg_Atual)-(Marg_Ant) or (margin)-(last week margin).

 

What I need is for the column Dif_Valor to sum it's values and not make the calculation by lines. Can anyone help me? 

 

TI_RB_0-1636047842254.png

 

5 REPLIES 5
v-stephen-msft
Community Support
Community Support

Hi @TI_RB ,

 

Sorry, not very clear. What do you want to sum? Can you give an expected result. Does subtotal want to sum?

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, @v-stephen-msft . I want to sum the subtotal of .Dif_Valor. Currently it's making a calculation by line.

Hi @TI_RB ,

 

The regular solution is to create a new measure and call the original measure.

New measure = SUMX('TABLE', [.Dif_Valor])

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Didn't work. Result value is 0.

TI_RB_0-1636485145449.png

 

Hi @TI_RB ,

 

Can you share pbix? If the data is private data, you can provide me with dummy data, measures you use and expected results.

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.