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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Gnanasekar
Helper III
Helper III

Select all/Total in funnel chart

Hi All,

 

How can I get select all\ Total in funnel charts?

Data columns  like:

Product : Quantity

 

A           : 586 

B           : 361

C           : 159

D           : 83

(It is not 4 rows data. here I given aggregate value only)

Here I want show total in funnel chart. How can I show ? 

I don't need make measure here. Any other way to get total here?

 

By

Gnanasekar

1 ACCEPTED SOLUTION
v-sihou-msft
Employee
Employee

@Gnanasekar

 

No, it's not possible to show Total as a bar in Funnel chart. You can only summarize into a new row and union it into existing table. Then populate the new calculated table into the Funnel chart.

 

Table = UNION(SUMMARIZE(Table1,"Product","Total","Quantity",SUM(Table1[Quantity])),Table1)

3.PNG

 

 

Regards,

View solution in original post

1 REPLY 1
v-sihou-msft
Employee
Employee

@Gnanasekar

 

No, it's not possible to show Total as a bar in Funnel chart. You can only summarize into a new row and union it into existing table. Then populate the new calculated table into the Funnel chart.

 

Table = UNION(SUMMARIZE(Table1,"Product","Total","Quantity",SUM(Table1[Quantity])),Table1)

3.PNG

 

 

Regards,

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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