Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have created a date slicer -
I want to use the date picked by this slicer as a reference date. I have created a meaure and used it in a card. Which works perfectly fine.
Reference Date = MIN('Date'[Date])
I want to use this reference date in a calculated column. But the row context is affecting the Reference date.
Is there a work around for this?
Hi @Shamali
Calculated columns do not interact with the filter context. This has to be a measure only.
Hey,
Thanks for responding.
I want to create something like this.
To get these columns I need reference date. Is there a way to do this?