If you grant rights to one of the views/tables you will be able to use entra id groups for this.
GRANT SELECT view_name TO [Name_of_group];
After this IS_MEMBER('Name_of_group'); will work fine.