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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am trying to create a measure for sum in a given time period.
I would like the measure/s to sum TTl_out_qty based on the WE column for date. I have several date ranges. If i just do a simple sumif dax formula would my WE modifier on the visualization select only the sum by the given date or do I need a specific measure for each date range?
Hi, @heebnash
Not fully sure what you want.
Please provide sanitized sample data that fully covers your issue.
Best Regards,
Community Support Team _ Eason
@heebnash , Do you want to switch dates or measure. to switch date you can have a common date table and inactive joins. and use userelationship to work on that
In case you need to swap measures based on selection
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/50...
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slic...