Hi All,
I do not know if this the right forum to ask the question. I am a newbie in Power BI and I am learning.
I have a problem and I am not able to get my head around even after trying for a long time. So, I hope to get answer from the community.
I have two table: Table 1 and Table 2.
Table 1 consist of monthly data and has column like, store number, store name, sales rep, manager, brand and product. It is the data where transaction has oocured in that month.
Table 2 gives the information of all the store present in the company. It is like a master data. It consist of information such as store number, store name, manager, sales rep and active status.
I created a data model using Table 1 where the Fact Table is in middle and get connect to the dimension/lookup table created from Table 1 (Fact Table in data model).
Now I have Table 2 and I do not know who to fit this table 2 in my data model.
My goal:
- Count number of store active in Table 2.
- Find the store number in Table 2 that are present in Table 1 and count them. I want to do this for each brand. I will provide a slicer for end user.
The link to the pbix file is
Thank you for your help and suggestion.