March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
i want to on show data where the Var data is higher than the target finish data.
however the problem is that the target finish is entered data and the var data is calculated using :
please help, even if it means doing my calculations again.
DEP TIME | SCHEDULED FINISH | ACTUAL FINISH | Var | TARGET FINISH |
06:50 | 05:50 | 05:45 | -65 | -60 |
07:50 | 06:50 | 06:50 | 0 | -60 |
07:50 | 07:40 | 07:41 | -9 | -10 |
09:55 | 09:30 | 09:10 | -25 | -45 |
Solved! Go to Solution.
hi @AI14
target finish can be calculated similarly, what do you mean by entered data?
if this is irrelevant, you can write a measure like this:
Measure =
IF([Var]>[Target Finish], 1)
and feed the measure to the filter pane of the table visual, and choose equal to 1.
hi @AI14
target finish can be calculated similarly, what do you mean by entered data?
if this is irrelevant, you can write a measure like this:
Measure =
IF([Var]>[Target Finish], 1)
and feed the measure to the filter pane of the table visual, and choose equal to 1.
Hi @FreemanZ
The Actual finish time and shceduled finish time was in date/time format and i used the above dax formula to make the var look like this: -45 format.
the target finish is data i entered in excel and imported so the format is already there
i tried the formula but got this message:
appologies, i tried it with a measure again and it worked.
i did: If([actual_finish]>sumx([table,target_finish]),1)
Thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |