Forum Discussion
Excellove15
Oct 28, 2024Iron Contributor
Create a dax to filter only last four hours and lookup a column
Hi Team, I have below sample data: We need to create a dax using below logics: filter HeatSense_Device table for last four hours(use 'UpdatedOn'(max&min datetime) column for this) Th...
CyrusGrove
Mar 13, 2025Iron Contributor
You can add the measure TotalSalesLast4Hours directly to a card visual to see the total sales amount in the last four hours. For product names, you may want to use a table visual to display the results of ProductsLast4Hours, although you would typically use this measure in a visual context.