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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

Query using a funnel chart

Hi All,

 

 

Want to remove (percent of first & percent of previous) in funnel chart, is there any options to remove or any alternative

Joelraj08_4-1650618816034.png

looking forward for you solutions.

 

Thanks in Advance,

 

 

 

 

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

It is not possible to selectively remove content from a prompt message, so I would suggest that you customize a tooltip using my approach, referencing something like the following.

 

M_tooltip =
VAR a =
    SELECTEDVALUE ( 'Table'[category] )
RETURN
    "sum:"
        & CALCULATE (
            SUM ( 'Table'[value] ),
            FILTER ( ALL ( 'Table' ), a = 'Table'[category] )
        ) & "   " & "category:"
        & CALCULATE (
            MAX ( 'Table'[category] ),
            FILTER ( ALL ( 'Table' ), a = 'Table'[category] )
        )

vhenrykmstf_0-1650965815597.png

vhenrykmstf_1-1650965868231.pngvhenrykmstf_2-1650965883580.png

 

 


Best Regards,
Henry


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

5 REPLIES 5
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,


According to your description, if you don't want to display any alert message when the mouse hovers over the corresponding column. You can turn off this option by selecting format->tooltip

vhenrykmstf_0-1650961953463.png

vhenrykmstf_1-1650961977479.png

If you want to customize the content in the alert message, you can refer to the following steps:

vhenrykmstf_2-1650962097922.pngvhenrykmstf_3-1650962222566.png

 


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


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

Anonymous
Not applicable

Hi Henry,

 

Thanks for the answer.

 

The problem statement is that the first two pieces of information on the tooltip are required, but the last two (Precent of First and Percent of Previous) are not displayed correctly and are not required, so I asked if there were any options to remove these two from these visuals.

 

PFA,

Joelraj08_1-1650964161818.png

 

 

Is there any way to remove just these? If it's possible, let me know.

 

Thanks and regards.

Joelraj M.

Hi @Anonymous ,

 

It is not possible to selectively remove content from a prompt message, so I would suggest that you customize a tooltip using my approach, referencing something like the following.

 

M_tooltip =
VAR a =
    SELECTEDVALUE ( 'Table'[category] )
RETURN
    "sum:"
        & CALCULATE (
            SUM ( 'Table'[value] ),
            FILTER ( ALL ( 'Table' ), a = 'Table'[category] )
        ) & "   " & "category:"
        & CALCULATE (
            MAX ( 'Table'[category] ),
            FILTER ( ALL ( 'Table' ), a = 'Table'[category] )
        )

vhenrykmstf_0-1650965815597.png

vhenrykmstf_1-1650965868231.pngvhenrykmstf_2-1650965883580.png

 

 


Best Regards,
Henry


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

Anonymous
Not applicable

Thank you so much, Henry

amitchandak
Super User
Super User

@Anonymous , You can disable the tooltip or create a small tooltip page and use that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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