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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Cesylyaa
Helper I
Helper I

Custom Visual?

 

Hello, I was given this screenshot and asked to replicate on power BI.

I know this is a waterfall chart of some sort.
But, is it a custom visual?
How do i achieve this?

Cesylyaa_2-1736971737301.png

 


Please help.

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks for the reply from BIswajit_Das , please allow me to provide another insight:

Hi, @Cesylyaa 
Thanks for reaching out to the Microsoft fabric community forum.

To facilitate your understanding, I have created the following test data:

vlinyulumsft_0-1737009806433.png

1.Create a calculated column to serve as the x-axis:

vlinyulumsft_1-1737009806433.png

Column =
    VAR cc = CALCULATE(
        COUNTROWS('Table'),
        FILTER(
            ALLSELECTED('Table'),
            'Table'[Date] < EARLIER('Table'[Date])
        )
    )
    RETURN
        IF(
            'Table'[Date] = DATE(2023, 12, 8),
            FORMAT(
                DATE(2023, 12, 8),
                "mmm.d"
            ),
            REPT(
                " ",
                cc
            )
        )

In my tests, it was not possible to use fuction for font coloring. So it is recommended that you use the following calculation column.

2.Modify the color at the position shown in the image below:

vlinyulumsft_2-1737009955542.png

 

3. Adjust the legend label position at the following location:

vlinyulumsft_3-1737009955542.png

4.Enter the parameters:

vlinyulumsft_4-1737009971806.png

5.Sort the computed column:
 

vlinyulumsft_5-1737009971807.png

6.Here's my final result, which I hope meets your requirements.

vlinyulumsft_6-1737009991902.png

7.For further details, please refer to:

Waterfall charts in Power BI - Power BI | Microsoft Learn

You can also try using AppSource to obtain other visual objects:

vlinyulumsft_7-1737009991903.png

And download examples for learning:

vlinyulumsft_8-1737010003352.png

 

For further details, please refer to:

Main sources for acquiring Power BI custom visuals - Power BI | Microsoft Learn

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

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
Anonymous
Not applicable

Thanks for the reply from BIswajit_Das , please allow me to provide another insight:

Hi, @Cesylyaa 
Thanks for reaching out to the Microsoft fabric community forum.

To facilitate your understanding, I have created the following test data:

vlinyulumsft_0-1737009806433.png

1.Create a calculated column to serve as the x-axis:

vlinyulumsft_1-1737009806433.png

Column =
    VAR cc = CALCULATE(
        COUNTROWS('Table'),
        FILTER(
            ALLSELECTED('Table'),
            'Table'[Date] < EARLIER('Table'[Date])
        )
    )
    RETURN
        IF(
            'Table'[Date] = DATE(2023, 12, 8),
            FORMAT(
                DATE(2023, 12, 8),
                "mmm.d"
            ),
            REPT(
                " ",
                cc
            )
        )

In my tests, it was not possible to use fuction for font coloring. So it is recommended that you use the following calculation column.

2.Modify the color at the position shown in the image below:

vlinyulumsft_2-1737009955542.png

 

3. Adjust the legend label position at the following location:

vlinyulumsft_3-1737009955542.png

4.Enter the parameters:

vlinyulumsft_4-1737009971806.png

5.Sort the computed column:
 

vlinyulumsft_5-1737009971807.png

6.Here's my final result, which I hope meets your requirements.

vlinyulumsft_6-1737009991902.png

7.For further details, please refer to:

Waterfall charts in Power BI - Power BI | Microsoft Learn

You can also try using AppSource to obtain other visual objects:

vlinyulumsft_7-1737009991903.png

And download examples for learning:

vlinyulumsft_8-1737010003352.png

 

For further details, please refer to:

Main sources for acquiring Power BI custom visuals - Power BI | Microsoft Learn

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

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

 

 

BIswajit_Das
Impactful Individual
Impactful Individual

Hello @Cesylyaa 
"Waterfall charts in Power BI" check out the below link for more details
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-waterfall-charts?tabs=powe...
Thanks & Regards

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.