The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I based my chart off this one: https://vega.github.io/vega-lite/examples/circle_natural_disasters.html
{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": { "name": "dataset" }, "width": 950, "height": 400, "encoding": { "x": { "field": "Date", "type": "temporal", "axis": {"grid": false, "format":"Q%q %Y", "title":"Date"} }, "y": { "field": "Prob", "type": "quantitative", "axis": {"title": "Prob"} }, "tooltip" : [ {"field":"Title", "type": "nominal"}, {"field":"ID#", "type":"nominal"}, {"field":"Amount", "type": "quantitative"}, {"field":"Description", "type":"nominal"} ] }, "layer":[{ "mark":{ "type": "circle", "opacity": 0.8, "stroke": "black", "strokeWidth": 1 }, "encoding": { "size": { "field": "Amount", "type": "quantitative", "title": "", "legend": "", "scale": {"rangeMax": 5000} }, "color": { "field": "Type", "type": "nominal" } } }, { "mark":{ "type": "text", "align": "left", "baseline": "top", "dx": 5, "limit":200, "angle":-25 }, "encoding": { "text":{"field":"Title", "type":"nominal"} } } ] }
Solved! Go to Solution.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
107 | |
80 | |
75 | |
46 | |
39 |
User | Count |
---|---|
135 | |
109 | |
70 | |
64 | |
55 |