Its very help full but if all the video's would have been uploaded at least in 720P OR 1080P would have easy to understand
@bachle2536Ай бұрын
When I drop only 1 kind of information like Profit or Sale, not both, I will only get the number column. I do not get the name of what does that column means (is it profit or sale, etc.). Any help on how to fix it?
@InDzienInTampaАй бұрын
Been trying to figure out how to do something similar to this but where certain sales for certain products is no because none was sold, but it is included in the data due to a relationship between two sheets which create a whole picture
@345DxАй бұрын
Thank you, very good explanation.
@PavanPanthula-j6nАй бұрын
Hi, How can i get View ID in tableau? can someone help?
@linustorvalds3062 ай бұрын
What IDE are you using?
@devyx2 ай бұрын
JetBrains: PyCharm/DataGrip
@anthonyerdenetuguldur56092 ай бұрын
Fantastic Tutorial!! Do you have a Linkedin?
@samestate113 ай бұрын
Excellent explanation!
@aavinashm7584 ай бұрын
Hi sir, All steps are working for me but I stucked on Filter values which is having special characters in the values like 'Portal,conc'.... While adding like this inside a list and giving it in filter values it doesn't showing values for that dashboard it is showing empty values. Can anyone please guide for this issue
@gabstronauta4 ай бұрын
Thank you :)
@subhi26984 ай бұрын
hi there i try to get the view data and it just recently been refreshed in my server tds, I keep on running the code and the views is not updated in my python compared to the views in server. it took almost 1hour plus in order for it to reflect on my python views, is there a way to get the updated views each time my tableau views updated on my tableau server?
@connordalton31424 ай бұрын
This comment is coming a bit late, but I was wondering how you deal with automating the removal of users that own projects or collections? Those content types still stop the removal of users, but wasn't included in the video. As far as my research has taken me, there is no way to transfer ownership of projects and can't find anyone asking about collections. Your video was great and I really appreciate any response to my questions.
@naamahanael34475 ай бұрын
Hey, very nice! but try to understand what is the benefit agianst/above the built in site status?
@ThatreeSaardjai5 ай бұрын
This vdo helps me to solve a problem.
@amyhei7035 ай бұрын
Hi Devyx, I need to edit my datasources joins between four .csv files, then edit the calculations for comparision between old version to new viersions. I was confused how to do that. I had get connection for workbook and data sources, how to push to the next step?
@nikitakandpal875 ай бұрын
Hey, I have embedded links in one of the fields in my tableau dashboard. How can I download the pdf with the embedded links. I am only seeing a static text for the URLs. Please help.
@thezambianprince38936 ай бұрын
Great tutotial, as checking how to do the metadata stuff for my integrated project.
@gauravkumarpawar83866 ай бұрын
Thank you for information 🎉🎉 Any idea how to download multiple dashboard tabs as single pdf file
@groggymoose28263 ай бұрын
I have been downloading them separately and then using the pypdf library to join them into a single file.
@amrutalopez9196 ай бұрын
Thank you, it was very informative n I came to right place. Hoping to see some more content.
@unhandledexception19486 ай бұрын
this is exactly, what I need.... is the code anywhere I can download ?
@Honduras2full6 ай бұрын
Great video, dude! Would you help me please? type(querying.get_projects_data_frame(conn)) NameError Traceback (most recent call last) Cell In[38], line 1 ----> 1 type(querying.get_projects_data_frame(conn)) NameError: name 'querying' is not defined
@honeywithbunny75167 ай бұрын
Can anyone help me to download multiple sheets data from tableau dashboard into CSV format using python code???
@alyshai7 ай бұрын
Dude - you just saved countless hours. I had been stuck on accessing a URL via the Tableau server and the server client. I had tried so many versions of the code but nothing had worked since Thursday. A minute into this video and you just solved the entire issue. Thank you for this video.
@bhavikchawla88257 ай бұрын
Hi, Is there any way to change the embedded data sources connection details automatically
@puja96897 ай бұрын
Thank so much for amazing videos .. is it possible to get all the filter values populated in the view , something like the getfiltersync() JavaScript API.
@saiaihoi89467 ай бұрын
Thx sir u help me then AI cant help 😊😊
@niravdedhia8787 ай бұрын
Thank You for the helpful video. Can you please help me understand how to pass year and month in python? Tableau filter has Month and Year populated
@lxvi43227 ай бұрын
Hi my dashboard has 5 sheets/views, I've 5 ids...but they don'to work. It seems that I should use LUID instead of ID. Unfortunately my 5 views have only ids, not luids. Why and how can I fix this? Thanks.
@honeywithbunny75167 ай бұрын
Is this resolved ? I also try to download multiple sheets of data into CSV form
@lxvi43227 ай бұрын
Hi, I've a dashboard. Using ID it doesn't return any data but i get an error. Using LUID instead a get some data, but nothing usable. My dashboard is made up of 5 sheets, but they don't have a LUID (and their ID returns error). How can they take data from those 5 views (or from the entire dashboard)? Thanks
@Rina_ng7 ай бұрын
Thank you very much ! It was perfectly explaned
@priyankadahiphale52317 ай бұрын
How to return single string value in calculated field using Tableau data from python and present it on new sheet of Tableau as Text value. For example, Data contains lists of cities and population of city. These are represented in graph in Tableau. We would like to find city having maximum population. Python code is written using max function. The python code is returning correct value to tableau, however there are multiple rows returned to tableau while I need only single value. Incase we are using label for returning maximum population in Tableau, it doesn’t return any value if we are not passing parameters in row and column field which are used in python code. Below python code is used to find maximum population in city: SCRIPT_STR(" city_list = _arg2 population_list = _arg1 highest_population = max(population_list) ind = population_list.index(highest_population) city_name = city_list [ind] output_str = ' '+str(city_name)+' with highest population: '+str(highest_population) return output_str ", ATTR([City]),SUM([Population]))
@digvijaychavan60007 ай бұрын
Hey bro, can you pls upload high resolution video? 720 or 1080p?
@yifanj46488 ай бұрын
Which part makes the Tableau dashboard automatically refresh as soon as data source refresh completes? Sorry I didn't catch that.
@Anonymous384652 ай бұрын
Update_workbook_now @8:50
@aryajha44288 ай бұрын
Is there a way to get visual type ? For example, if the visual is a pie chart or bar chart etc.
@ranishinde-mv4fr8 ай бұрын
Could you please make video for appending data from excel file to tableau datasource on tableau server using python libraries
@gustavosantiago66798 ай бұрын
You have any material of Tableau Cloud, like extract the groups/users using python?
@adityapratap88399 ай бұрын
I had one question , why will one prefer for adding or modifying users access on Rest Api using python over using Tableau Server browser login
@divinorum-gaming9 ай бұрын
Automation is the answer. For example I have seen these three use cases where automation was preferable to manually managing users: - synchronizing Tableau Server users with users from an external system - migrating users from one server to another - automatically removing or modifying users after X duration of inactivity
@lxvi43229 ай бұрын
Hi is it possible fetch data from a data source into a Pandas Dataframe?
@divinorum-gaming9 ай бұрын
Yes, whenever the Tableau REST API sends you JSON data in the HTTP response you could create a Pandas DataFrame and define it based on the JSON data. Another option is to download the data to CSV (as this video demonstrates) and then read that CSV data into a Pandas DataFrame.
@shivukaraguppi69849 ай бұрын
@Devyx first of all you have done great job. This lib is very usefull. But there is bit enhancement needed cause , in my company allready some of dashboard are built using multiple view and filters and I need to fetch data using these , can u help me out?
@lxvi43229 ай бұрын
Hi, how to get more than one page (100 entries) from the Json?
@pjosifovic9 ай бұрын
Sorry for my lack of knowledge but can you trigger a refresh extract based on Javascript event? I have a use case where a user would like to press a button on our web platform and run a extract refresh with a scheduled subscription.
@yilu32199 ай бұрын
on conn= tbaleau_server_connection step it gave TypeError: 'module' object is not callable. Please help
@smileylav9 ай бұрын
How can I use with sso login
@wchandler201010 ай бұрын
Hi, I have a quick question, I am trying to get dashboard data from my tableau tables, I have followed your videos and I get right to line 20(on your project), the response and my response only returns 200 response and in the csv file I only get is two columns that say toggle and show, I know it is asking a lot but is there anything that comes to mind that I am doing wrong?
@sureshtamil292510 ай бұрын
Hi Devyx, your videos are really useful. I just have a request, is there a way to get licensing information from tableau server using phyton? For eg:- 45/75 viewer 35/80 Explorer. I am looking for a way to automate it, thank you!
@chuckdutchess10 ай бұрын
This has been such an amazing resource, thank you! Do you have any advice on how to specify whether an applied filter is a context filter or not? It seems by default the code assumes it is *not* a context filter.
@amanirshad146511 ай бұрын
Great video. is there a way to identify and query data from sheets attached to a dashboard even if they are hidden or not published on cloud/server?
@mansoureh2411 ай бұрын
it was very helpfull and thank you a lot
@briarcarlisle808011 ай бұрын
Does filtering work when there are multiple data sources connecting to a tableau dashboard? I am unable to get this to work, as the dashboard I am connecting to is blending data from a secondary data source.
@divinorum-gaming11 ай бұрын
If you have a parameter set up that controls filters in both datasources then you should be able to control the parameter via view filtering, and in that way filter one or more datasources.
@briarcarlisle808010 ай бұрын
Thanks for the reply, any thoughts on how to return a screenshot with multiple values selected within a single filter? For example, if I have a filter in Tableau called "Color" and there are 10 different drop down colors available to select, how do I get it to pull back a screenshot showing "Red" and "Blue" values? This is only pulling back Red values color_value = "Red, Blue" "filter_color": f"vf_{color}={color_value}", @@divinorum-gaming
@divinorum-gaming10 ай бұрын
@@briarcarlisle8080 A couple things to consider here: 1) Remove the white space ("Red,Blue" instead of "Red, Blue") as the space character becomes '%20' in the eventual URL text. 2) Confirm that the underlying values are actually 'Red' and 'Blue'. If you alias or rename a field (or its values) in a Tableau workbook, you'll want to reference the "true" names when passing filters. Not to get into the weeds, but the way the REST API interacts with the underlying assets behind the scenes ignores the aliases and interacts with the raw data under the hood.
@shreyashmovale94111 ай бұрын
Hey is it possible to apply a filter view in tableau from databricks notebook using python and then downloading the view image?
@divinorum-gaming11 ай бұрын
Assuming the notebook is similar to a Jupyter notebook (you're just executing normal Python in a notebook) then yes you can make full use of the Tableau REST API and this library (tableau-api-lib). This library just eliminates some of the boiler plate code that you would need to implement in order to make use of the Tableau REST API. How you use that library with your own Python code in a notebook is then up to you.