Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi there ,
i need your a small help pls
i have a table which one name is "Table A" as below , i just would like to calculate on somwhere only "sales group " = C total somwhere , it should be a measure , could you pls say the formula to calculate pls
thanks in advance
Solved! Go to Solution.
Hi @erhan_79 ,
Try this measure
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @erhan_79
you don't need any coding, just put in table visuals Amount field and set aggregation
or create a supersimple statement like
SUM(Table[Amount])
or, for more complicated data models
CALCULATE(SUM(Table[Amount]), ALLEXCEPT(Table, Table[Sales Group]) )
Dear @az38
Thanks for your repy , used your formula as below
CALCULATE(SUM(Table[Amount]), ALLEXCEPT(Table, Table[Sales Group]) )
but when i use like that that measure is calculating based on all sales group , i just need Sales group C 's total because i need to use that totally in another visual
Hi @erhan_79 ,
Try this measure
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
91 | |
86 | |
85 | |
68 | |
49 |
User | Count |
---|---|
139 | |
112 | |
104 | |
64 | |
60 |