Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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?Modelling
Here I've added total sales value to my table
Here's my table with sales per campaign weeks
Hi @Anonymous ,
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.
User | Count |
---|---|
82 | |
78 | |
67 | |
46 | |
45 |
User | Count |
---|---|
105 | |
44 | |
39 | |
39 | |
39 |