Forum Discussion
Create the relationship between 2 tables in the data model
- 4 years ago
Hello
Troubleshoot the problem. In this measure of time in the AllSELECTED function you add all the columns that you are going to show in the report.
Time Measure =WHERE SelectedTable =FILTER (ALLSELECTED ( Orders[Start Date], Orders[End Date],Orders[ID_BATCH],Orders[SIG_BY_ID] ),Pmx[End Date] <> BLANK ())WHERE CurrentStart = MAX ( Pmx[Start Date] )WHERE PreviousDatesTable = FILTER ( SelectedTable, Pmx[Start Date] < CurrentStart )WHERE PreviousEnd = MAXX ( PreviousDatesTable, Pmx[End Date] )WHERE FirstSelectedDate = MINX ( PreviousDatesTable, Pmx[CPK_SIG_TIMESTAMP] )WHERE TimeDifference = DATEDIFF ( PreviousEnd, CurrentStart, MINUTE )WHERE Result = DIVIDE ( TimeDifference, 60, " " )RETURNResultThank you for the help you have given me, thank you very much
Hi Syndicate_Admin ,
Please try the measure and show items when it is not blank.
Measure =
COUNTROWS (
FILTER (
Orders,
Orders[Start_Date].[Date] >= MIN ( 'Calendar'[Date] )
&& Orders[End_Date].[Date] <= MAX ( 'Calendar'[Date] )
)
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Syndicate_Admin4 years ago
Administrator
I have added the measure and the same thing continues to happen to me. If I have it active it comes out like this
And if I remove the measure now I lose the first and second row
I need that when I deactivate the measure that I do not need to visualize in the table, the records of the Table continue to look as if there were
Thank you and I look forward to it