The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
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.
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
114 | |
80 | |
78 | |
47 | |
39 |
User | Count |
---|---|
148 | |
115 | |
65 | |
64 | |
53 |