Forum Discussion

AWK7's avatar
AWK7
New Member
2 years ago

Complex multiple measure Matrix

Hi all,

Long time lurker, first time poster.

I have a need to create a matrix that displays data in an identical way to the image included.

The closest I have come to replicating this is found in the following thread: https://community.fabric.microsoft.com/t5/Desktop/Combine-multiple-measures-in-a-single-matrix/td-p/2170694

Using this, I have made a "Row" table and "Category" table. The Rows correspond with Row 1-4. Category is Month, Year to Date and Full Year forecast. Finally, I was picturing using measures for Actual, Budget, Variance.

I have included a snip of my current attemp (don't mind the numbers as I was attempting to use IF statements with not much success.

I thought something like: 

IF ( SELECTEDVALUE ( RowTable[Row] ) = "Row 1" && SELECTEDVALUE(CategoryTime[Category]) = "Month", [Measure] ,

But this works once and doesn't really help me populate the rest of the table.

Any help appreciated.

Snip of what I'm trying to create in Power Bi vvv

Power Bi attemp vvv

 

2 Replies