I have created a simple view based on a few columns in our database
ALTER VIEW [BI].[v_RCVLI_Test] AS Select distinct Borger.CPRnrKort as CPR, (...) I