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
abbas_uddin
Helper I
Helper I

Multiple Totals on Columns Seperated by other columns

Dear Experts,

 

i really need help on achieving the below screenshot in Power Bi. basically i need to have few columns by Area then its Daily total, then monthly sales by Area and its Total and then YTD total. how can i achieve this. please see below snapshot in excel:

 

image.png

 

im beginner in Power bi. if this can be achieved that would be brilliant

 

Regards,

Abbas

 
 
1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @abbas_uddin 

Create calculated columns

year = YEAR([date])

month = FORMAT([date],"mmm-yy")

day = FORMAT([date],"dd-mmm-yy")

Add them to the columns fieldof a matrix visual,

Then rename "total" under "Subtotal" option,

Capture1.JPGCapture2.JPG

For more details, please refer to my pbix.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @abbas_uddin 

Create calculated columns

year = YEAR([date])

month = FORMAT([date],"mmm-yy")

day = FORMAT([date],"dd-mmm-yy")

Add them to the columns fieldof a matrix visual,

Then rename "total" under "Subtotal" option,

Capture1.JPGCapture2.JPG

For more details, please refer to my pbix.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-juanli-msftThanks for your reply and can be solved for the scenario where dates are available, however how can we achieve this if we have pre calculated measures imported from query like CY Sales or LY Sales meaning the data doesnt contain any dates. so in that case where total of CY Sales by area and after the CY Total, there is LY Sales by Area and Tota (Total is not mandatory thing, treating the CY and LY as header is what i want to achieve)

What Power Bi is doing for my case is that it is showing CY Sales and LY Sales for area 1 and so on. It is treating Area as header and below that there is CY and LY. however i want header to be CY and below there should be areas.

 

Since CY and LY is a value measure i cant put them on columns to treat as header. Please see below snapshot for the requirement:

 

image.png

 

let me know if this also can be achieved. Thanks alot for the support

 

Regards,

Abbas

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.