Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
14 | |
12 | |
11 | |
10 | |
9 |