Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I've been working on a report and i've run into a problem my filters dont seem to be affecting the totals on the visual.
I have 2 filters (DealStage with 11 variable and pipeline with 3 variables) I also have a date filter all of which are within the same table as the value (amount_in_home_currency) which my measure uses.
My actual measures are as follows
Solved! Go to Solution.
hi, @DSArkphire
Just use FILTER in your formula as below:
New Forcast inv = CALCULATE( SUM('Merge2'[amount_in_home_currency]), FILTER(Merge2, 'Merge2'[DealStage] IN {"Order Received", "Lost", "Prospect", "Proposal Preparation", "Proposal Negotiation", "Qualified Need", "Proposal Sent", "Order Commitment", "Suspect", "Meeting Scheduled" ,"Workshop Scheduled" } ))
New actual inv = CALCULATE( SUM('Merge2'[amount_in_home_currency]), FILTER(Merge2,'Merge2'[DealStage] IN { "Invoiced" } ))
Result:
Best Regards,
Lin
hi, @DSArkphire
I think there should be something wrong in the relationship manage.
Please try to change the part of the "cross filter direction" from "Single" to "Both" and try it again.
If you still have the problem, please share a simple sample pbix file for us have a test.
Best Regards,
Lin
I'm afraid I have no relevant relationships to change. I've attached a sample of my data which continues to demonstrate the error in question.
hi, @DSArkphire
Just use FILTER in your formula as below:
New Forcast inv = CALCULATE( SUM('Merge2'[amount_in_home_currency]), FILTER(Merge2, 'Merge2'[DealStage] IN {"Order Received", "Lost", "Prospect", "Proposal Preparation", "Proposal Negotiation", "Qualified Need", "Proposal Sent", "Order Commitment", "Suspect", "Meeting Scheduled" ,"Workshop Scheduled" } ))
New actual inv = CALCULATE( SUM('Merge2'[amount_in_home_currency]), FILTER(Merge2,'Merge2'[DealStage] IN { "Invoiced" } ))
Result:
Best Regards,
Lin
Ah thank you that was it.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |