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 Power BI community! I'm currently studying business intelligence and am stuck on an assignment. We've been told to measure revenue from weeks where a store has had a campaign. I.E. during all 52 weeks of a year we've had different campaigns for different products, and I want to find a way to see the total sales/total revenue from the products on campaign.
The issue I've been facing is that as soon as I add a measure to calculate margins (or any measure at all) in my table/matrix, the table automatically includes ALL products from the store, instead of only including those on campaign. (Adding pictures to show what happens when I've added total sales to the table).
Does anyone know where my problem might stem from? Is it a modelling issue or am I just overthinking this?
Hi @HannahTwete ,
Could you please tell me what's the formula of your total sales?
Try to use
FILTER(ALLSELECTED('TABLENAME'),[COLUMNNAME]=MAX('TABLENAME'[COLUMNNAME]))
to get the context filters you want.
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 |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |