Dashboards & Visualizations

How to generate a column chart off a lookup?

Anthonylucian
Path Finder

Hey! I have a lookup where we manually enter in a number to a corresponding day. It looks something like this.

Monday | 2

Tuesday | 3

Wednesday | 2

Thursday | 5

Friday | 3

Is there a way to make this into a column chart where the x axis is the days of the week and the y axis is the corresponding number?

I tried to just put it in a column chart but it defaults to flipping the x/y axis, I then tried to transpose but along it still doesnt format correctly.

Labels (1)
0 Karma
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

This should work as long as your fields are returned in the correct order, i.e. day name followed by the numerical value. You can always add 

| fields weekday, number

to ensure that.

View solution in original post

s2_splunk
Splunk Employee
Splunk Employee

This should work as long as your fields are returned in the correct order, i.e. day name followed by the numerical value. You can always add 

| fields weekday, number

to ensure that.

Anthonylucian
Path Finder

Thank you!

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...