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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.