At the bottom of your view add:
GO
GRANT SELECT ON [2016Expenses] TO [<SomeUser>]
GO
<SomeUser> would be an SQL account or SQL group that is associated with the user's active directory account or an active directory group to which the user belongs.
Tim