Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello
I need to find the number of sales in the last month for each combination of region and brand name (the reason being that I receive some KPI's by brand rather than by branch, but some brands spread accross several regions so I need to find which region each brand is most active in). Please can you tell me how to populate the column "Sales Volume For Brand And Region Combination" in table "Branches"? (I've hard coded the 4, 4, 2, 1 data for this mockup).
I basically need to do a countifs function from table "Branches" into table "Sales" that returns the number of sales for a given brand, region and fiscal period. Please can you tell me the best way to achieve this as a calculated column (not calculated measure)?
Many thanks for your help,
CM
Hi @CloudMonkey,
Please can you tell me how to populate the column "Sales Volume For Brand And Region Combination" in table "Branches"? (I've hard coded the 4, 4, 2, 1 data for this mockup).
I cannot understand how to get the values "4, 4, 2, 1" for the new column. Please provide more description.
I basically need to do a countifs function from table "Branches" into table "Sales" that returns the number of sales for a given brand, region and fiscal period.
What is your desired result? Could you illustrate requirment with examples? By the way, you said "returns the number of sales for a given brand, region and fiscal period", however, I didn't see brand, region and fiscal period in 'Sales' table.
Regards,
Yuliana Gu
Hi - not sure if this is impossible or if I haven't explained the problem clearly?
| User | Count |
|---|---|
| 76 | |
| 34 | |
| 31 | |
| 29 | |
| 25 |