On Load of app check to see if authorized

I am putting a long formula on ALL my views so that only people who meet the in(lookup and In(
conditions can see the view. The formula is the same for all my views. If I need to change the logic I have to change it on every view.
I would rather have this formula just be for the whole appโ€ฆso I can control when the app loads users can not see see ANY views if (the formula)
Is there a way to do that on the UX General Options ?

My formula is something like this:
OR(
IN(LOOKUP(USEREMAIL(), Allemps, EmpEmail, JobCode), LIST(โ€œtestโ€,MGRHR)),
IN(
โ€œCorpHRโ€,
SELECT(Users[Role],[Email]=USEREMAIL())),
)

0 3 216
3 REPLIES 3
Top Labels in this Space