Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have one fact(sales) and 2 dimension tables(country & format). Both dimension tables are connected to fact with one to many relatioship, i have coulmn "weight" in sales table, country name in Country table & Format column in Format table.
Now i want to do the sum of weight, by country and format. i know i can do this in basic filter option and get the sum but i realy wanted to know the DAX for this. it is basically grouping by country column and format column from both dimension tables and get the sum of weight from sales table aginst those grouped rows.
Thanks in advance
Regards,
Vinay
@Anonymous wrote:
[Sum Of Weight] = SUM ( Sales[Weight] )
No, i have many rows , i want to get the sum of weight only for top3 by country by and by format .
Regards,
Vinay
Sure ! Will keep in in mind
and apologies for the half information
Regards,
vinay
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |