Hello,
I want to have a dashbaord to calculate a perf between the number of sales by user, compared to a sale's objective that is by user.
So I have a table that list all sales. A line by sale (and by user)
and a table by user with the target desired for each user.
I just want to compare the number of sales by user by the objective of the user, to have a % of perf.
I have made a basic sample file that seems to works correctly, and want to be sure if what I have done is the good way in term of model and in term of DAX measure, or if there are some other way to do that.
Indeed, each time I'm not sure how to manage cases where data are in different tables with not the same level of granularity, and when I need to use in measures, data that are not in the same tables.
I know that in case of model with detail and headers tablesfor example, 1 solution is to have a flattened model, with 1 central table (header is merged into the detailed table, but in my present case, I don"t see how I could do this, the objective cannot be merged into the detailed table...
Thank you for your precious help.
I want to have a dashbaord to calculate a perf between the number of sales by user, compared to a sale's objective that is by user.
So I have a table that list all sales. A line by sale (and by user)
and a table by user with the target desired for each user.
I just want to compare the number of sales by user by the objective of the user, to have a % of perf.
I have made a basic sample file that seems to works correctly, and want to be sure if what I have done is the good way in term of model and in term of DAX measure, or if there are some other way to do that.
Indeed, each time I'm not sure how to manage cases where data are in different tables with not the same level of granularity, and when I need to use in measures, data that are not in the same tables.
I know that in case of model with detail and headers tablesfor example, 1 solution is to have a flattened model, with 1 central table (header is merged into the detailed table, but in my present case, I don"t see how I could do this, the objective cannot be merged into the detailed table...
Thank you for your precious help.