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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Waterfall Chart Issue when filtered

Hello,

 

I have a table that is connected to a calendar table which contains a week ending field.  I have a slicer that a user selects the week ending date they are interested in reviewing (4/6, 4/13, 4/20 ect).  This filters the visuals as desired, however the challenge is my Waterfall chart becomes a single point as there is no previous week within this context.  

For example, in the screenshot below, when week ending 4/6 is selected in the slicer, the watefall should show the total from 3/30 (previous week ending) and the difference over the the dates within the 4/6 range.  I can't think of a way to accomplish this as the measure filters to the context of 4/6.

Any thoughts on how this might be accomplished?

2019-04-24 11_44_21-Reply to Message - Microsoft Power BI Community.png

6 REPLIES 6
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

You need to select "Less than or equal to" option of the slicer.

Capture.PNG 

 

Community Support Team _ Jimmy Tao

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  

 

 

I'm trying to figure out how to dynamically update the Category value based on a range I compute from the selected slicer value?

 

I'm trying to end up with a chart like this.

 

2019-04-25 10_44_46-Labor Production Field Report - Power BI Desktop.png

 

I created a measure that calculuates the periods I need:

 

//Get the value from Week Ending Slicer, if no value, use previous week ending
	VAR EndDate = SELECTEDVALUE('Calendar'[Week Ending], (TODAY() + ( ( 7 - WEEKDAY ( TODAY() ) ) )) - 7)

//Get previous week begin date based on above value
	VAR BeginDate = WeekEndingEnd - 13

But I'm not sure how to pass this as a range to the Waterfall visual (category value). If I can do that, then the measures should calculate and the visual should display as I expect.

@Anonymous ,

 

To interactive a period which is selected in the slicer, you may use ALLSELECTED(Table) or ALLSELECTED(Table[Column]) instead.

 

Community Support Team _ Jimmy Tao

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

Anonymous
Not applicable

Can you provide an example of how this might work?  I am not understanding how this will remove the filter context for the page and only return the previous two periods.

@Anonymous ,

 

Have you solved your issue by now? If you have, could you please help mark the correct answer to finish the thread? Your contribution will be much appreciated.

 

Regards,

Jimmy Tao

Anonymous
Not applicable

Apologies, I had stepped out on vacation shortly after posting.  I'm not certain yet on how to leverage ALLSELECTED(Table) or ALLSELECTED(Table[Column]) and will be investigating this week.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.