Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Make filter to specific column
10-13-2023
07:10 AM
I have Actuals Amount and Forecasts Amount in Power BI visualization , I want my date filter to work on just Actuals Amount. How can I do that ?
Category | Actuals Amount | Forecasts Amount |
abc | 10000 | 20000 |
xyz | 20000 | 40000 |
Please help me with the solution
Thank you
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023
08:25 AM

Try using a measure for the Forecast instead:
Forecast_ExcludingDate = CALCULATE(SUM(TableName[ForecastAmountColumn]),REMOVEFILTERS('TableWithDate'[DateColumn]))
Just as a heads up, expect wonky results if you add date column to the existing visual.
Did I answer your question? Give your kudos and mark my post as a solution!
Proud to be a Super User!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023
08:25 AM

Try using a measure for the Forecast instead:
Forecast_ExcludingDate = CALCULATE(SUM(TableName[ForecastAmountColumn]),REMOVEFILTERS('TableWithDate'[DateColumn]))
Just as a heads up, expect wonky results if you add date column to the existing visual.
Did I answer your question? Give your kudos and mark my post as a solution!
Proud to be a Super User!

Helpful resources
Announcements
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
126 | |
115 | |
69 | |
62 | |
46 |