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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
pyaesonekhin
New Member

Having a summary row at the bottom of the table.

I am having troubling visualization my data to a matrix table. My table contains date, time, tickets and capacity. I used matrix table to show where row: time, col: date and values: sum of sold. And this is what i get.

 

help.png
However, I also want to show capacity, available and available (%). Available and availabe (%) can be calculated using DEX but i cannot show it like the format I want. Am i missing something here?

 

Format that I want:

 

 22-Nov23-Nov
11:00 AM23
12:00 AM23
13:00 PM12
Total58
Capacity1010
Available52

 

 

 

2 REPLIES 2
rohit1991
Helper I
Helper I

I have created a few steps, hope this helps :

  • Create calculated measures for Capacity, Available, and Available (%). These will calculate and display the required values dynamically.

  • Build the matrix table:

    • Add Time to Rows.
    • Add Date to Columns.
    • Add the following fields to the Values section in this order: Sold (Tickets), Capacity, Available, and Available (%).
  • Enable measures to appear as rows:

    • Go to the matrix visual’s settings in Power BI.
    • Turn on the "Show on Rows" option in the Values pane.
    • This will show your measures as separate rows under each time slot.
  • Handle totals for percentages. Ensure totals are correctly summarized by summing the numerator and denominator separately before dividing.

  • Format the matrix:

    • Format the Available (%) field as a percentage in the formatting options.
    • Adjust column width and font size to make the visualization clearer.
    • Apply conditional formatting if needed to highlight specific values.
  • Double-check layout and data to ensure all measures are displayed in the proper order and the data reflects the desired breakdown of Time, Date, Sold, Capacity, and Available.

 

 

Thanks for the help. Currently, I see this format when I turn on "switch value to row". 

 

help2.png

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

October NL Carousel

Fabric Community Update - October 2024

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