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!View all the Fabric Data Days sessions on demand. View schedule
I have a table I created and it has two dates in it: Created and Modified.
I have a single page of visuals. I Know I can create two slicers for the dates but I would like the user to only have to change the date on one slicer. Then Depending on the visual use either Created or Modified dates depending on visual.
Any thoughts on best way to do this. Can I hide a slicer B and base its values on Slicer A?
Thanks in Advance,
Justin
Hi @Anonymous,
I would suggest to have a separate date table. You create two relationships to created and modified date.
Only one can be active. But you can then create measures that use the relationship of choice.
For example:
CALCULATE(
SUM(Amount),
USERELATIONSHIP(MainTable[CreatedDate],Calendar[Date])
)
Hope this helps (and works ^^)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!