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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Visual Interactions, multiple parameters

In the below scenario Month & Year is from a Date table joined on Date to my Fact table.

 

I need the measure from fact table to show only the selected month value on the left card (April 2023, working properly), but I also need the graphic to show all dates/months prior to and including April 2023.

 

Sethj33_0-1683147788223.png

 

Currently visual interactions are turned off with the graph, so I can't use any logic to isolate that April 2023 is currently selected to end the display date range. It needs to end with the selected date value for whatever month is selected.

 

If I turn on visual interactions it will break the range displayed and only show a single month. 

 

Any clue how to get around this??

 

 

1 REPLY 1
lbendlin
Super User
Super User

You need to use another, disconnected dates table for the x axis of your chart, and a measure for the value (returning BLANK() after the selected date)

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors