The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, how do I spread out data points that are too clustered together? My data contains countries, years and median ages. I tried log scale but that doesn't do much. I have:
x-axis: sum of year
y-axis: sum of median age
Legend: country
size: sum of median age
play axis: year
Thank you!
Solved! Go to Solution.
Hi, @Anonymous
Try using custom jittering using DAX as Power BI does not have built-in jitter. or try to use a boxplot or violin plot from app source. see if that helps.
Proud to be a Super User!
Hi, @Anonymous
Try using custom jittering using DAX as Power BI does not have built-in jitter. or try to use a boxplot or violin plot from app source. see if that helps.
Proud to be a Super User!