Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
long_super
New Member

how to move total (column) to left side on Matrix Report

Hi all,

 

I created matrix report. In default, the total column on right side. But i want move it to left side.

How can i do it ?

2 REPLIES 2
v-yangliu-msft
Community Support
Community Support

Hi  @long_super  ,

According to your description, I create this data:

v-yangliu-msft_0-1614323736364.png

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
var _total=
SUMMARIZE('Table','Table'[Name],
"Date"," Total",
"Value",SUM('Table'[Value]))
var _union=
UNION('Table',_total)
return
_union

Result:

v-yangliu-msft_1-1614323736366.png

2. As we can see, I added three rows at the end of my original data table, and give them “ Total” as the Date value. The blank character before the “Total” can make it become the first column in the Matrix because the columns in the Matrix of Power BI are sorted by the first character ascending.

3. Result.

v-yangliu-msft_2-1614323736369.png

You can downloaded PBIX file from here.

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@long_super , you have an option to move the row subtotal at top.  I doubt you have one for column.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.