Skip to main content
Featured group

Melbourne

Tableau User Group board | Melbourne (Australia)

Hi,

 

I am trying to visualize the followings in my chart,

 

Profit for 2016               - 933.745 USD

Volume for 2016           - 27.883.895 Liter

Profit for 2017               - 1.296.056 USD

Volume for 2017           -  39.874.082 Liter  

 

I would like to see two shapes, each representative of Profilt/Volume of the corresponding year. But instead I am seeing four shapes, out of which two are wrongly placed (marked in red circle). Any help on how to get rid of these shapes?

 

Dual Axis Chart

6 answers
0/9000

Hi everyone, I was wondering if there was a date set yet for the next user group meeting in Melbourne? I am very keen to attend. Thank you.

3 answers
  1. Jul 16, 2015, 1:43 AM

    Hi Simon,

     

    Glad you're keen!  I am currently working on securing a venue for the 3rd or 4th week of August.  I will announce this as soon as I have the details on a location.  As always, we'll be looking for speakers so please let me know if you're interested in presenting!

     

    I am also planning an informal coffee catch-up on July 29th at 1000 Pound Bend in the CBD.  This will be just a casual meetup, where people can drop in from 8 - 10 to chat about how they're using Tableau.  I will post this on the board and send out an Eventbrite as well.

     

    Looking forward to seeing you.

0/9000

Hi All,

I have had a search through and couldn't find anything that can help me with this

 

I have a list of Company address with a Postcode and Lat/Long applied to them. Every company have different Lat/Long even they share same postcode.

 

However when I plot to the map,When they are same postcode it only create one dot and the map only shows one of the addresses.

 

Is there a way round this that we have different dots/area?

 

Thanks a lot

8 answers
0/9000

Hi Awesome people,

Do you know how to create a background in tableau where it highlighted the panel in different colour. Refer below picture. 

Create Different rows and colomn background panel

 

Currently I got this format. Closed but not quite.

pastedImage_1.png

 

Can you please help. I also attached the data sheet for your information.

 

Thanks a lot

A

22 answers
  1. May 13, 2016, 6:52 AM

    In fact, here's a better example - note that in order to show the whole table (i.e. 7x7 cells) we need to have a record for each cell to fabricate the structure of the table. So in the source data for this version, there are 49 records with a response ID of -1. This is the indicator that these are the "scaffolding" records - they are just there to build the shape of the table and shouldn't be counted. So we disregard these in the Count calculated field which is what we show on the table.

     

    Hope this helps.

     

    Cheers,

    Alan

0/9000

Hi. I need help in creating three sets of 10x10 matrix tables that will contain the number series 1 to 100 (10x10 matrix #1), 101 to 200 (10x10 matrix #2) and 201 to 300 (10x10 matrix #3). Would greatly appreciate any ideas please. Thank you in advance.

2 answers
  1. Aug 23, 2024, 5:06 PM

    Here's a practical way to create the three 10x10 matrix tables you're looking for, and I'll also share how we at Vuelitics approach such data tasks to ensure efficiency and accuracy.

    Solution Overview:

    You can use Python, Excel, or other data tools to generate these matrices. Here's how you can do it using Python, which is our go-to tool for handling complex data tasks at Vuelitics.

    Python Solution:

    import numpy as np

     

    # Matrix 1: Numbers 1 to 100

    matrix_1 = np.arange(1, 101).reshape(10, 10)

     

    # Matrix 2: Numbers 101 to 200

    matrix_2 = np.arange(101, 201).reshape(10, 10)

     

    # Matrix 3: Numbers 201 to 300

    matrix_3 = np.arange(201, 301).reshape(10, 10)

     

    print("Matrix 1:\n", matrix_1)

    print("\nMatrix 2:\n", matrix_2)

    print("\nMatrix 3:\n", matrix_3)

    Explanation:

    1. np.arange(start, stop)
    2. : This function generates a range of numbers starting from
    3. start
    4. to
    5. stop - 1
    6. .
    7. .reshape(10, 10)
    8. : Reshapes the array into a 10x10 matrix.

    This method ensures that the matrices are efficiently created with the correct number sequences.

    About Vuelitics:

    At Vuelitics, we specialize in data analytics and business intelligence, leveraging tools like Python to solve real-world data challenges. Whether it's generating complex data matrices, analyzing large datasets, or visualizing insights, we help businesses make data-driven decisions that drive growth. If you ever need advanced solutions or advice on managing and analyzing data, feel free to reach out!

     

    Why This Works:

    • Value-Driven: You provided a helpful solution that addresses the user's query directly.
    • Subtle Promotion: By mentioning how Vuelitics handles similar tasks, you naturally promote your services without being overly promotional.
    • Authority: Sharing your expertise and mentioning your company subtly reinforces your credibility in the field.

    This approach will not only answer the community question but also position Vuelitics as a knowledgeable and reliable service provider in business intelligence and data analytics.

0/9000

Melbourne Tableau User Group | May-15-2024

RSVP here

Speaker - @Abe Ansary​ 

Melbourne Tableau User Group | May-15-2024RSVP hereSpeaker - @Abe Ansary​

0/9000

To keep up to date on events from the Melbourne Tableau User group, join HERE

To keep up to date on events from the Melbourne Tableau User group, join HERE

0/9000

✏️ Applications and nominations for the 2023 Tableau Ambassadors are now live! 

If you are interested in joining the program, or know of someone that would make a great Ambassador, fill in the form HERE from @Britt Staniar​ 

https://www.tableau.com/blog/2023-tableau-ambassador-nominations-applications

0/9000

🔜 Melbourne Tableau User Group | June-7-2023

RSVP in Bevy HERE

0/9000