Forum Discussion
Rehansaeed2024
8 months agoFrequent Visitor
Scatter Plot X-Axis Date Issue
I have a requirement to Show the data on a Scatter plot. X-Axis should show 'MMM-YYYY' format but at the same time I also would like to see the bubbles for all the dates making up for that months so ...
- 7 months ago
Hi Rehansaeed2024,
Thank you for reaching out to the Microsoft fabric community forum. Also, thanks to rehansaeed2468, Nabha-Ahmed, Jaywant-Thorat, amitchandak, I reproduced the scenario again, and it worked on my end. I used it as sample data and successfully implemented it.
outcome:
I am also including .pbix file for your better understanding, please have a look into it.
Hope this clears it up. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum
rehansaeed2468
8 months agoHelper I
Here is a sample data. I would like to show 'mmm - yyyy' on X-Axis and would like to show all the Product ID bubbles during that month.
| Product ID | Order Date | Sales |
| 1 | 1/1/2025 | 50 |
| 2 | 1/1/2025 | 20 |
| 3 | 1/10/2025 | 30 |
| 4 | 1/10/2025 | 10 |
| 5 | 2/15/2025 | 5 |
| 6 | 2/15/2025 | 60 |
| 7 | 2/20/2025 | 30 |