Forum Discussion

coliveira77's avatar
coliveira77
Frequent Visitor
5 years ago
Solved

The Date table does not relate to another date table

Hello friends from Power Bi, For a week now I have been researching how to include a new table of interest rates and access according to the period of each line. Link to the PBIX files     ...
  • coliveira77's avatar
    coliveira77
    5 years ago

    Hello Friend DataInsights thanks for the help, I was able with this formala see the value of the adjustment, then I make another measurement for the final value.

     

    1 Valor Reajuste =
    CALCULATE (
    LASTNONBLANKVALUE (fReajustes[adjustment date] , [sum_reajustes]),
    FILTER (
    ALL ( dCalendar[Date]),
    dCalendar[Date] <= MAX ( dbo[measure_date]
    )
    ))