Hi I want to count how many are in share point:
so this is working Sharepoint1 : CountRows(Filter(AddColumns(landname,"helper",If(Value(ID_Label.Text) in Goals.Id,"true","false")).helper,helper ="true"))
This is also working Sharepoint2 :CountRows(Filter(AddColumns(City,"helper2",If(Value(ID_Label.Text) in City.Id,"true","false")).helper2,helper2 ="true") )
but i want to count both sharepoints together
how can i count them together in powerpoint...