Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
11 | |
11 | |
8 |
User | Count |
---|---|
24 | |
18 | |
12 | |
11 | |
10 |