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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Cesylyaa
Frequent Visitor

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
v-linyulu-msft
Community Support
Community Support

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
v-linyulu-msft
Community Support
Community Support

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
Super User
Super User

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
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! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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