Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi I'm looking for a way to left align the totals column which by default power bi attached photo (In a table)
Solved! Go to Solution.
Hi @Anonymous ,
According to your description, there isn't a simple way to move the total column to the left now. However there is a workaround, instead of using automatic subtotals, you create "Total" rows in your data tables. Here's my solution.
Sample table:
1.Create a new table.
Table 2 =
VAR _total =
ROW ( "Year", " Total", "Value", SUM ( 'Table'[Value] ) )
RETURN
UNION ( 'Table', _total )
Result:
2. As we can see, I added one row at the end of my original data table, and give them “ Total” as the Year 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. Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Found an easier way under:
Format Pane > Specific Column
1) select Apply to total toggle
2) select Alignment > left
Hi @Anonymous ,
According to your description, there isn't a simple way to move the total column to the left now. However there is a workaround, instead of using automatic subtotals, you create "Total" rows in your data tables. Here's my solution.
Sample table:
1.Create a new table.
Table 2 =
VAR _total =
ROW ( "Year", " Total", "Value", SUM ( 'Table'[Value] ) )
RETURN
UNION ( 'Table', _total )
Result:
2. As we can see, I added one row at the end of my original data table, and give them “ Total” as the Year 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. Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , do it for Specific column
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
100 | |
69 | |
42 | |
37 | |
30 |
User | Count |
---|---|
157 | |
89 | |
62 | |
46 | |
40 |