Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
AI14
Helper III
Helper III

Show/Hide data row based on condition

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 :

DATEDIFF(MIN(LIVE[scheduled_finish]),MIN(CLEAN[actual_finish]),MINUTE)

 

please help, even if it means doing my calculations again.

 

DEP TIMESCHEDULED FINISHACTUAL FINISHVarTARGET FINISH
06:5005:5005:45-65-60
07:5006:5006:500-60
07:5007:4007:41-9-10
09:5509:3009:10-25-45
1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

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.

View solution in original post

4 REPLIES 4
FreemanZ
Super User
Super User

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:

AI14_0-1674349845303.png

 

hi @AI14 

are you solving it with calculated column?

How LIVE and CLEAN are related?

 

appologies, i tried it with a measure again and it worked.

 

i did:     If([actual_finish]>sumx([table,target_finish]),1)

 

Thanks

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.