Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
AnthonyJoseph
Resolver III
Resolver III

Bar chart with design

Hello Community,

 

Wondering if we can create a chart  (with kind of design as in the picture).  Not sure, if there is a visual that exists any ideas/possiblities are most welcome.

 

 

 

AnthonyJoseph_0-1651477127128.png

Thanks,

Anthony Joseph

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

Hi @AnthonyJoseph

Core visuals certainly dont support pattern fills, and there are a few custom ones that do. Visuals that adhere to the OBCS standard (such as ZebraBI have patern shading, but these are typically contextual for how patterns should be used in an IBCS scenario).

If you want a bit more control as the cost of having to do a bit more to set it up, Deneb provides support for a number of popular SVG patterns. Here's a quick mockup:

dmp_0-1651541175958.png

 

I've attached a sample workbook, but here's the Vega-Lite specification I used to produce:

{
  "data": {"name": "dataset"},
  "layer": [
    {
      "mark": {
        "type": "bar",
        "stroke": "black"
      },
      "encoding": {
        "fill": {
          "field": "Series",
          "legend": {
            "title": null,
            "orient": "top",
            "symbolType": "square",
            "symbolStrokeWidth": 1,
            "symbolSize": 200
          },
          "scale": {
            "range": [
              "url(#diagonal-stripe-1)",
              "url(#circles-1)",
              "url(#houndstooth)"
            ]
          }
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "dy": -10
      },
      "encoding": {
        "text": {"field": "Value"}
      }
    }
  ],
  "encoding": {
    "x": {
      "field": "Category",
      "axis": {"labelAngle": 0}
    },
    "xOffset": {"field": "Series"},
    "y": {
      "field": "Value",
      "type": "quantitative"
    }
  }
}

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

Hi @AnthonyJoseph

Core visuals certainly dont support pattern fills, and there are a few custom ones that do. Visuals that adhere to the OBCS standard (such as ZebraBI have patern shading, but these are typically contextual for how patterns should be used in an IBCS scenario).

If you want a bit more control as the cost of having to do a bit more to set it up, Deneb provides support for a number of popular SVG patterns. Here's a quick mockup:

dmp_0-1651541175958.png

 

I've attached a sample workbook, but here's the Vega-Lite specification I used to produce:

{
  "data": {"name": "dataset"},
  "layer": [
    {
      "mark": {
        "type": "bar",
        "stroke": "black"
      },
      "encoding": {
        "fill": {
          "field": "Series",
          "legend": {
            "title": null,
            "orient": "top",
            "symbolType": "square",
            "symbolStrokeWidth": 1,
            "symbolSize": 200
          },
          "scale": {
            "range": [
              "url(#diagonal-stripe-1)",
              "url(#circles-1)",
              "url(#houndstooth)"
            ]
          }
        }
      }
    },
    {
      "mark": {
        "type": "text",
        "dy": -10
      },
      "encoding": {
        "text": {"field": "Value"}
      }
    }
  ],
  "encoding": {
    "x": {
      "field": "Category",
      "axis": {"labelAngle": 0}
    },
    "xOffset": {"field": "Series"},
    "y": {
      "field": "Value",
      "type": "quantitative"
    }
  }
}

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.