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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Syndicate_Admin
Administrator
Administrator

Dynamic Chart

Hello everyone

I have these two objects in a display box:

Ederur4_1-1738841573151.png

And I would like, when I selected a month, on the same graph, to see the results by day. In this other way:

Ederur4_2-1738841764685.png

The X-axis field is different, but you could have it all in one field. The two photos are different graphics, but I want to have everything in one. Would it be possible? I can't find the way...

Thank you.

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Thank you very much, it has been of great help to me! Best regards

View solution in original post

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Thank you very much, it has been of great help to me! Best regards

Fowmy
Super User
Super User

@Syndicate_Admin 

You can achieve this using Field Parameters. Create the following measure and assign it to the visual using TOPn
File is attached below

Axis Selection = 
VAR __MonthFiltered = INT(ISFILTERED('Dates'[Month Name]) )
VAR __Result = INT( MAX(Periods[Periods Order]) <> __MonthFiltered )
RETURN
    __Result

 

Fowmy_2-1738846678361.png

 




No Months selected, it shows by months.

Fowmy_0-1738846506265.png

One Month is selected, it shows by date

Fowmy_1-1738846584802.png

 





Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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