Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I want to create a bubble chart with each bubble respresent 1 contract with x-axis is contract value, y-axis is contract date, the size is number of employee. I run into issue that I can't make contract date to be in y-axis and the contract name does not show on the bubble (I have to make it as legends but ideally I just want them to show the name with 1 color only).
Solved! Go to Solution.
Hi @tdinh ,
Based on my testing, it is impossible to drag the date column directly into the Y-axis.
please try the following methods as workaround:
1.Create the simple table.
2.Create the new column to calculate the date week.
week number = WEEKNUM('Table'[Date], 2)
3.Drag the column into the scatter chart.
4.The result is shown below.
5.You can move the mouse over the bubble to display the contract name.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @tdinh ,
Based on my testing, it is impossible to drag the date column directly into the Y-axis.
please try the following methods as workaround:
1.Create the simple table.
2.Create the new column to calculate the date week.
week number = WEEKNUM('Table'[Date], 2)
3.Drag the column into the scatter chart.
4.The result is shown below.
5.You can move the mouse over the bubble to display the contract name.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |