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 am new to Power BI. learned few tips and tricks and trying myself. can you help to support on how to create aggregate table for using in the report. below screen is sample. i have more dimensions. so, I am looking for DAX expression on this. kindly support on this.
Solved! Go to Solution.
@Anonymous , a new table in DAX like
summarize(Table, Table[company], Table[LOB] , Table[Lcurr] , "Deduction",calculate(sum(Table[Deduction]), Table[Type] = "YU")
, "value",calculate(sum(Table[value]), Table[Type] = "YU")
, "Gcurr", calculate(max(Table[Gcurr]), not(isblank(Table[Gcurr] )))
"Deduction1" ,calculate(sum(Table[Deduction]), isblank(Table[Type] ))
, "value1",calculate(sum(Table[value]), isblank(Table[Type] )))
@Anonymous , a new table in DAX like
summarize(Table, Table[company], Table[LOB] , Table[Lcurr] , "Deduction",calculate(sum(Table[Deduction]), Table[Type] = "YU")
, "value",calculate(sum(Table[value]), Table[Type] = "YU")
, "Gcurr", calculate(max(Table[Gcurr]), not(isblank(Table[Gcurr] )))
"Deduction1" ,calculate(sum(Table[Deduction]), isblank(Table[Type] ))
, "value1",calculate(sum(Table[value]), isblank(Table[Type] )))
Hi Amit,
Really appreciate your support on this. it's working for SGD.
but, my numbers not correct for EUR. in my earlier screen I entered the type in the wrong cell.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |