Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
Hi @giorgiokatr,
It seems that you want to return unique pair of Area and Store Code, right?
You can create a table with DAX below:
Table = GROUPBY('Table1',Table1[Area],'Table1'[Store Code])
Table 2 = SUMMARIZE('Table1',Table1[Area],'Table1'[Store Code])
Best Regards,
Qiuyun Yu
Hi @giorgiokatr,
It seems that you want to return unique pair of Area and Store Code, right?
You can create a table with DAX below:
Table = GROUPBY('Table1',Table1[Area],'Table1'[Store Code])
Table 2 = SUMMARIZE('Table1',Table1[Area],'Table1'[Store Code])
Best Regards,
Qiuyun Yu
Thanks! Great!
User | Count |
---|---|
66 | |
61 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |