Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
19 | |
14 | |
14 | |
13 | |
12 |