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
NDD
Frequent Visitor

Waterfall chart help

 

 

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @NDD 

Please try following steps to create water fall chart.

1.Enter two table as below:

veasonfmsft_2-1659420677432.png

veasonfmsft_1-1659420661725.png

2.Add a mesure like:

Value =
VAR a = [Forecast Capacity]
RETURN
    SWITCH (
        SELECTEDVALUE ( 'Categroy Table'[Category] ),
        "Forecast",
            SWITCH (
                SELECTEDVALUE ( 'Breakdown Table'[Breakdown] ),
                "Total Time", -1 * Table1[_Total Time],
                "Unproductive Time", -1 * [_Unproductive Time],
                "Over Time", -1 * [_Over Time],
                [Forecast Capacity]
            ),
        "Real",
            SWITCH (
                SELECTEDVALUE ( 'Breakdown Table'[Breakdown] ),
                "Total Time", 0,
                "Unproductive Time", 0,
                "Over Time", 0,
                [_real]
            )
    )

Then apply these new fields to waterfall chart like below:

veasonfmsft_3-1659420769101.png

Best Regards,
Community Support Team _ Eason

View solution in original post

3 REPLIES 3
v-easonf-msft
Community Support
Community Support

Hi, @NDD 

Please try following steps to create water fall chart.

1.Enter two table as below:

veasonfmsft_2-1659420677432.png

veasonfmsft_1-1659420661725.png

2.Add a mesure like:

Value =
VAR a = [Forecast Capacity]
RETURN
    SWITCH (
        SELECTEDVALUE ( 'Categroy Table'[Category] ),
        "Forecast",
            SWITCH (
                SELECTEDVALUE ( 'Breakdown Table'[Breakdown] ),
                "Total Time", -1 * Table1[_Total Time],
                "Unproductive Time", -1 * [_Unproductive Time],
                "Over Time", -1 * [_Over Time],
                [Forecast Capacity]
            ),
        "Real",
            SWITCH (
                SELECTEDVALUE ( 'Breakdown Table'[Breakdown] ),
                "Total Time", 0,
                "Unproductive Time", 0,
                "Over Time", 0,
                [_real]
            )
    )

Then apply these new fields to waterfall chart like below:

veasonfmsft_3-1659420769101.png

Best Regards,
Community Support Team _ Eason

hello ! 

This is very close to what I am trying to achieve. My idea is to always go from 100% and go down to multiple not only one result (blue column) as per below photo.  I hope you are able to help and many thanks in advance ! 

 

khalife_2-1676385820841.png

AUDISU
Resolver III
Resolver III

Hi @NDD 

Could you please show me your expected Waterfall Chart?

Please draw in a paper and attach the picture.

 

Thank you

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.