I am trying to capture the change in the "Number of records" before processing the cube and after processing the cube. I would then want to setup a table in sql server as following.
I was thinking of running an mdx script to count the number of records in a dimension in ssis before and after processing the cube to get the results. Could you please let me know how to count the number of records in a dimension using mdx. Thank you in advance.