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.
Hi, Gurus. Hope you can help me . I have tried hours looking for a solution and tried multiple attempt but failed.
Hope somwone could help me here . I need to show the total, base on the selecttion of date , which is already defined on 01. New measure . Currently its showing the latest dates result set in Total.
Many thanks in advance
Hi Thanks for this, perhaps if I include the 01. New calculation it might be more understandable .
Hi ,check below steps
Create a measure to calculate the total based on the selected date range. Let's assume the measure name is "Total Sales."
Replace 'YourTableName' with the actual name of your table and '[Sales]' with the column name representing your sales.
Create a visual, such as a card or a table, to display the total sales. Drag the "Total Sales" measure to the values area of the visual.
Add a date slicer to the report canvas. Drag the "Date" column to the slicer visual.
Select the desired date range in the slicer. The "Total Sales" measure will dynamically update based on the selected date range.