Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I want to visualize each data point on a scatter chart. X- Axis Time or the Index? and on the Y- Axis I need the weight. Is their an DAX Measure or how I can solve this ?
Something like that.
thanks and best regards,
Ahak
HI @mahenkj2 
I know this documentation. But it doesn´t help me. I want to visualize each data point, so their is no correlation between x- axis und y - axis. 
I want to visualize each DataPoint from temperatur. For example if you have a table like this. 
 Time on X-Axis doesnt work, so I addet timekey as numeric value. So I want to show all data points and recognize outliers.
Many thanks
| TimeStamp | Value (Temp) | 
| 08:00:05 | 25 | 
| 08:00:50 | 25,2 | 
| 08:01:30 | 24,9 | 
Hi,
Instead of scatter chart, use line chart. Change color of line as white, on x axis select time data:
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 10 | |
| 9 |