Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi
I have created one bubble chart wherein I have 2 measures and one date dimension (with Month values). however I want to show Month members on x-axis but I do not see the option for the same. Any help would be appreciated.
Solved! Go to Solution.
hi, @Anonymous
You need to use drill down function in the visual,
for example:
In this visual, we only one column year,
then we click "go to the next level in the hierarchy" or "expand all down one level in the hierarchy"
Result:
there are year and month column
Reference:https://docs.microsoft.com/en-us/power-bi/consumer/end-user-drill
Best Regards,
Lin
hi, @Anonymous
Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?
Best Regards,
Lin
hi, @Anonymous
whether you have a date table and create a relationship between them like this
and then when you drag the order date into X-axis
It could not show the date dimension
So there are two ways for it
1ST
Drag date field from date table
then use date dimension
2nd
Use Year() Month() function to add column like these:
Year = YEAR(Table1[OrderDate]) Month = MONTH(Table1[OrderDate] )
then drag them into X-axis
Best Regards,
Lin
hi, @Anonymous
You need to use drill down function in the visual,
for example:
In this visual, we only one column year,
then we click "go to the next level in the hierarchy" or "expand all down one level in the hierarchy"
Result:
there are year and month column
Reference:https://docs.microsoft.com/en-us/power-bi/consumer/end-user-drill
Best Regards,
Lin
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |