Hi, i connect a sharpoint calendar to powerapp calendar but i have problems to see the subcircles that specifacate the events under the date.
I can see the subcircle where the events start and where they end but not in the day between start and end.
How can i change the formula on visible?
This below is mine
CountRows(Filter(Lavorazioni; DateValue(Text('Data Inizio')) = DateAdd(_firstDayInView;ThisItem.Value;Days))) > 0 || CountRows(Filter(Lavorazioni; DateValue(Text('Data Fine')) = DateAdd(_firstDayInView;ThisItem.Value;Days))) > 0 && !Subcircle1.Visible && Title6.Visible
'Data Inizio' and 'Data Fine' are the columns data/hour types for start and end in the sharpoint calendar

Report
All responses (
Answers (