Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a scatter chart (Bubble Chart) about the Score vs Speed on each date where:
Details: Date
Legend: Date
X-Axis: Score
Y-Axis: Speed
Size: Total Questions
My question is, can I set my bubble color as the earliest date has lightest color and latest date has darkest color?
Solved! Go to Solution.
Hi,
This is not directly possible but there is a workaround. Please follow the steps given below:
You will have to create 2 columns. (You can do this in measure also by summarizing but to show demo i have implemented using 2 columns)
Column 1 Index:
Go to Edit Queries -> Sort the date column you are going to use -> Click on Add Column tab -> Index Column and create column starting from 1 with increamenting value as 1.
Column 2 Calculation:
Create column 2 with the following calculation:
This worked fine for me on my sample data.
Thanks,
Vinay Dandwani
I have tried to re-pro the issue from my end with scatter chart and seeing that there is no option in Format.(Back Ground Color and Data Color)
Please post your idea in "Power BI Ideas Forum Page".
If this post helps, then please consider Accept it as the solution to help the other members find it more
If this post was helpful may I ask you to mark it as solution and give it some kudos?
Hi,
This is not directly possible but there is a workaround. Please follow the steps given below:
You will have to create 2 columns. (You can do this in measure also by summarizing but to show demo i have implemented using 2 columns)
Column 1 Index:
Go to Edit Queries -> Sort the date column you are going to use -> Click on Add Column tab -> Index Column and create column starting from 1 with increamenting value as 1.
Column 2 Calculation:
Create column 2 with the following calculation:
This worked fine for me on my sample data.
Thanks,
Vinay Dandwani
Hello, is it possible to show solution for this case with creating a measure?
Hi Vinay,
Instead of using index column, I would like to rank the date.
By any chance, do you know how to rank the date without duplicate ranking? 😥
Hi Jamie,
Please try these methods, if it works:
Method 1:
https://forum.enterprisedna.co/t/rank-unique-ranking-when-there-are-duplicate-values/2815/5
Method 2:
https://community.powerbi.com/t5/Desktop/Rank-values-without-duplicate-ranking/m-p/702312
I forgot to mention earlier, if you are using my method then please first sort the columns based on date in edit queries and then create index column.
Thanks,
Vinay Dandwani
Hi Vinay,
Got it! Thanks for Sharing 😊
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 |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |