Good Day!
I am trying to show a SLA date from my sharepoint column "SLA Date" which consist of calculation from my another column "Process Date" (date format) and "SLA days" (number format). I have no problem with showing my process date in my calendar gallery using this formula
Filter('Hiring Process Tracker (Frontliner)','Process Date' = DateAdd(_firstDayInView,ThisItem.Value, TimeUnit.Days), TextInput3.Text=Title,Posisi.Value=Dropdown3.SelectedText.Value||Dropdown3.SelectedText.Value=Blank())
But when i want to show the SLA date, the formula is not working and i think it is because the "SLA Date" column is a calculated formula column. Please help what formula should i use for this case, any help is really appreciated thanks!