Forum Discussion

numersoz's avatar
numersoz
Helper III
5 years ago

DAX Measure SUM Using Matrix Visual

I'm Using Matrix Visual in PBI as such:

Rows: Record[Asset], Record[Date]

Columns: Record[Column1], Record[Column2]... Measures

 

I have Record and Assets tables. There is a relationship between the two. Record[Asset] and Assets[Assset].

 

When I use the drill down with Matrix visual, my columns are properly SUMMED together. I need to create a measure that will also get summed based on the drill-down level.


Measure = Record[Value1] / Assets[Info1] * Record[Value1] is what I want my measure to do.

 

How can I set this measure, so that for each asset in the columns of my matrix visual, it calculates this and properly sums when drilled up.