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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Waterfall chart with two measures

My requirement is to add two measures like the below screen shot.

The one circle in blue is a measure which is sales Target and another measure circled in red is Total Price distributed by Stage (Closed, Proposal Delivered,..)

Babulal_1-1633625901612.png

 

I tried many visualizations but no luck and the closest was the below waterfall chart in which Blue bar is Sales Price as expected but the green Bars are also Sales Target. I tried all the combinations but didnt get the required solution.

 

Could someone please let me known your suggestion please. 

Babulal_2-1633626142794.png

Babulal_3-1633626239999.png

 

 

 

 

 

 

4 REPLIES 4
v-yangliu-msft
Community Support
Community Support

Hi  @Anonymous ,

After research, I didn’t find any similar visual objects. Here is another way. You can check if you can:

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
var _row=ROW("Stage","Total","SalesTarget",MAX('Table'[SalesTarget]),"TotalPrice",1)
return
UNION('Table',_row)

vyangliumsft_0-1634093451372.png

2. Select the [Stage] column, Column tools – Sort by column – Sales Target.

vyangliumsft_1-1634093451376.png

3. View the image below

vyangliumsft_2-1634093451379.png

4. Select Y axis and close show total.

vyangliumsft_3-1634093451380.png

5. Result:

vyangliumsft_4-1634093451383.png

Best Regards,

Liu Yang

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

Anonymous
Not applicable

Hello Liu,

 

Thank you for your time and helping me on this, let me implement and review this with the customer.

 

Regards,

Babulal

parry2k
Super User
Super User

@Anonymous how your sample data look like? It will help to provide the solution. Paste sample data in the table format.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

@parry2k , here is the sample data.

SalesTarget will be median instead of Sum. 

 

Stage	TotalPrice	SalesTarget
01 Initial Info Exchange -> Survey Sent	123550	500000
01 New Buz Need Identified -> 1st Meeting with Stakeholder	5412111	500000
02 Diligence Meeting in Progress -> Proposal Created	763400	500000
02 Survey Rcvd -> Proposal Created	5433411	500000
03 Proposal Delivered	90899	500000
04 Closed-Won	541000	500000
04 Contract Delivered	433100	500000
05 Contract Signed	23500	500000

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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