This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hello everyone
I have these two objects in a display box:
And I would like, when I selected a month, on the same graph, to see the results by day. In this other way:
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.
Solved! Go to Solution.
Thank you very much, it has been of great help to me! Best regards
Thank you very much, it has been of great help to me! Best regards
@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
No Months selected, it shows by months.
One Month is selected, it shows by date
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 19 | |
| 19 |