Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Basically I am creating a report using SQL data to show sales leads that have not been contacted since 2016. I would like to remove the company from the list if there is an entry in the notes for 2017 while still keeping other entries if their last entry was 2016 or earlier, is this possible?
Solved! Go to Solution.
Assuming you have a Date field in your data set;
There are Visual Level Filters - so that in your visual, with that Date Field included - you can filter out the recently contacted with a Less Than parameter - this is in the visual design pane on right.
Or if you want to model your data at the table level - it can be done via Query Editor - perhaps make a No Contact Table - where you duplicate the core table but with a filter parameter in its definition.
Assuming you have a Date field in your data set;
There are Visual Level Filters - so that in your visual, with that Date Field included - you can filter out the recently contacted with a Less Than parameter - this is in the visual design pane on right.
Or if you want to model your data at the table level - it can be done via Query Editor - perhaps make a No Contact Table - where you duplicate the core table but with a filter parameter in its definition.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsWell I can exclude 2017 but it doesn't exactly give me what I want, because companies may have notes in 2017 meaning they were contacted in 2017. I really want to just get rid of the company from the report alltogether if they had a note anytime in 2017. Basically it would only show me companies that had a last contact date of 2016 but not higher than 2016
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAdvance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |