Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Matrix Bubble Chart By DAX
01-17-2022
07:37 PM
Mark the measure as Image URL:
Chart =
VAR MAXR=MAXX(ALL('table'),[data])
RETURN
"data:image/svg+xml;utf8,"&"
<svg xmlns='http://www.w3.org/2000/svg' height='100' width='100'>
<line x1='0' y1='50' x2='100' y2='50' stroke='black' stroke-width='0.5' />
<line x1='50' y1='0' x2='50' y2='100' stroke='black' stroke-width='0.5' />
<circle cx='50' cy='50' r='"&40*[data]/MAXR &"' fill='"&IF([data]>100,"Darkcyan","Tomato")&"'/>
<text x='50' y='50' font-size='20' text-anchor='middle' dominant-baseline='middle'>"&[data]&"</text>
</svg> "
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022
05:33 PM
Dear wujunmin,
this is exactly what I would need. However, i am a complete Power BI Newbi and my skills do not go beyond using standard visuals and data modelling. May I ask on how I can implement this in my report?
Thanks in advance

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
04-25-2025 02:16 AM | |||
05-29-2025 06:37 AM | |||
11-15-2018 04:02 PM | |||
03-31-2019 03:38 AM | |||
05-14-2025 12:33 AM |
Top Kudoed Authors (Last Month)
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |