The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Can I create a column that says "Selected" against all dates that are selected in my report during run time?
You could just displayed a table with your date column (or create a new "Selected" column that was basically:
Selected = [DateColumn]
And displayed that in a table visualization, it would be filtered to your report and slicer filters automagically.