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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Seanan
Solution Supplier
Solution Supplier

Using Deneb to create a kanban view

Hi all,

 

In my free time I'm trying to create a DevOps kanban view that I can send to clients that will allow them to view the progression of tasks as they move between different states, without giving them access to DevOps itself.

 

I recently discovered the Deneb custom visual and was hoping that this may be able to help me achieve what I'm looking for but I have no knowledge of the Vega-Lite language.

 

PBIDesktop_1KlzaXmKm2.png

 

 

 

 

 

 

 

 

 

I've got the rectangles in place but how do I get my array of values from "repeat" to display at the top of each rectangle?

Code

 

{
  "data": {"name": "dataset"},
  "repeat": {
    "column": [
      "New",
      "Analysis",
      "Refinement",
      "Ready",
      "Development",
      "UAT",
      "Closed"
    ]
  },
  "spec": {
    "layer": [
      {
        "mark": {
          "type": "rect",
          "width": 100,
          "height": 300
        }
      },
      {
        "mark": {
          "type": "text",
          "dy": -175
        },
        "encoding": {
          "text": {
            "field": {
              "repeat": "column"
            }
          }
        }
      }
    ]
  }
}

 

 

 

 

 

1 ACCEPTED SOLUTION
giammariam
Super User
Super User

Hi @Seanan, based on what you're describing, I believe the layout composition you want is facet, not repeat.
Here is an example gist (note - I explicitly listed the values in the values array of the data object. You'll want to remove that in Deneb). Hope this helps!

giammariam_0-1697218316551.png

 

If this is enough to get you going please consider liking this reply and choosing it as the solution. Otherwise, I'm happy to help further.



Madison Giammaria
Proud to be a Super User 😄
LinkedIn

Do you frequently use Deneb to provide insights to your stakeholders? Have you considered sponsoring this free and open source custom visual? More info here!

View solution in original post

1 REPLY 1
giammariam
Super User
Super User

Hi @Seanan, based on what you're describing, I believe the layout composition you want is facet, not repeat.
Here is an example gist (note - I explicitly listed the values in the values array of the data object. You'll want to remove that in Deneb). Hope this helps!

giammariam_0-1697218316551.png

 

If this is enough to get you going please consider liking this reply and choosing it as the solution. Otherwise, I'm happy to help further.



Madison Giammaria
Proud to be a Super User 😄
LinkedIn

Do you frequently use Deneb to provide insights to your stakeholders? Have you considered sponsoring this free and open source custom visual? More info here!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Kudoed Authors