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
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
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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors