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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Create a clustered column chart with summarize table

Hi.

 

I have a table called journal and then I created a summarize table -> newTable = SUMMARIZECOLUMNS('journal'[TrackerID]; "StartTime"; MAX('journal'[StartTime]);"totalDuration"; SUM('journal'[DurationConnected]);"Outbound"; MAX('journal'[Outbound]);"PhoneNumber"; MAX('journal'[PhoneNumber])).

The new table gives me the amount of offered calls (as seen in graph below). 

 

PBI_102.jpg

 

I get the amount of answered calls from the journal table (ordinary table with values): 

 

PBI_112.PNG

 

How can I put these 2 charts in one clustered column chart?

Thanks for any support. 

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

Please refer to the steps below.

1. Your dates have time part. Since you don't analysis time here, we add a new column to tables [journal] and [newTable].

StartTimeNew = newTable[StartTime].[Date]

2. Create a date table.

Calendar = CALENDARAUTO()

3. Establish relationships.

Create-a-clustered-column-chart-with-summarize-table

4. Create the Table visual.

Create-a-clustered-column-chart-with-summarize-table2

 

 

Best Regards,
Dale

Community Support Team _ Dale
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-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

We need to establish relationships to connect these tables. It seems the Axis is [TrackerID]. I would suggest you create a table that is full of [TrackerID] then establish relationships among them. The final result is the Axis is 'New Table'[TrackerID]. 

Can you share a sample file? The solution could be more clear.

 

 

Best Regards,
Dale

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

Hi @Anonymous,

 

Please refer to the steps below.

1. Your dates have time part. Since you don't analysis time here, we add a new column to tables [journal] and [newTable].

StartTimeNew = newTable[StartTime].[Date]

2. Create a date table.

Calendar = CALENDARAUTO()

3. Establish relationships.

Create-a-clustered-column-chart-with-summarize-table

4. Create the Table visual.

Create-a-clustered-column-chart-with-summarize-table2

 

 

Best Regards,
Dale

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.