Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear, Community
i successfully puting a value a metrix but when it come to total i cant do it because the total would show just one result.
i want to create a new column that would aggreate total of TARGET_Product or Current_Product BY Branch_ID.
so how can i get the total of Target Product in each Branch_ID.
It can could be measure or column that fine
Thanks in advance
Hi @Anonymous ,
Sorry I'm not very clear about your desired result. Could you please explain more or show the desired result based on the sample?
Best Regards,
Kaly
@Anonymous for column create this:
Column =
VAR _branch = 'TableName'[Branch-ID]
RETURN
COUNTROWS(FILTER('Table', 'TableName'[Branch-ID] = _branch))
The filter works fine but i want to put it all in the same matrix. while i do so it likely to duplicate and count all the remaning column and stack on top of each other.
@Anonymous hard to work with screenshots.
Can you sent me the file and explain what you want to get?
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
15 | |
7 | |
5 |