I have the below script Im trying to do a Divisional v National KPI board.
I'm trying to query the intervention table below is there anyway to join this to the fact table with out it altering the calculation already in the fact table,
I've placed a join on the the intervention and it works but it throws my values out then on the fact table
Interventions: //Want to join this to the fact table for below calculation to work LOAD "Interventions_ID", "Interventions_Types" AS [Interventions]; SQL SELECT "Interventions_ID", "Interventions_Types" FROM "NCPMH_COPY_2".dbo."Dim_Interventions";