Forum Discussion
gauge table target
Haven't tried this in this specific circumstance but you might be able to get there by creating another column "IsToday". Basically (psuedo-code):
IsToday = IF(FORMAT(TODAY(),"Short Date") = [Date],1,0)
Then, filter your gauge or report or page to only show IsToday = 1
Hi inescosta,
I try to reproduce using the following sample data table.
Create a slicer including the date field. Create a gauge visualisation, select the actual value as value level, the target field as target value level. You can choose some calculation used to the selected fields, min, max, sum, average. When you select one value in slicer, the min, max, sum, average of the value is same and equals to itself. For example, I use max function. Please see the following screenshot, when I choose different date in slicer, the value and target change automatically.
If this is not what you want, please post sample data for further analysis.
Best Regards,
Angelia