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
Hello.
I never used DAX and could not find a proper solution a surely easy question.
I have a measure with the total sales. In a table I also have a column with the sales of each shop. I need to discard some shops, but we have to compare with the total. If I filter some shops, the total chances, but I need to use the total even of the discarted shops.
So, how can I configure a column with the formule "previous column / Totals measure"?
Thanks
Solved! Go to Solution.
Hi @Anonymous
You need to do simething like
Totals measure =
CALCULATE ( [Sales], ALL ( TablrName[Shop] ) )
Ofcourse it depends on the filter contectx of the table visual i.e. what other columns involved in the table.
@Anonymous Use ALL. You will likely need to have a slightly different calculation for your total line. This Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
Thank you!!
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.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
18 | |
18 | |
16 | |
14 | |
12 |
User | Count |
---|---|
36 | |
35 | |
20 | |
18 | |
18 |