Hi
I have a fact table which contains a CustomerId and a Quantity.
Not all customers are in the fact table, so now I need to create a measure to calculate how many percent for each month that has a post in the fact table.
My dimension is called Dim.Customer which has some columns with SCD2. The fact table is Fact.VerifiedEmail with the surrogate key for CustomerId and quantity that just says 1 for everyone. Fact.VerifiedEmail also have a date for when the customer was registered. I have connected the register date (dimension usage) with the Dim.Date-dimension.
Now I want to see a report for each month how many of those that was registered that month that also verified their email.
Should this be done with MDX?