tableau-api

how to display max, min, median, and average from tableau

谁说胖子不能爱 提交于 2021-02-05 12:11:36
问题 on that picture, that is user_id and the right side are the frequency of transaction for each users, how to display the minimum, max, median, and average for the frequency transaction of this users? what calculation do i need to made for this kind of problems? so the median max min and average will appear 回答1: Check this article about Window Functions For the min use WINDOW_MIN(COUNTD([Order Id])) For the max use WINDOW_MAX, etc 来源: https://stackoverflow.com/questions/64816739/how-to-display

how to display max, min, median, and average from tableau

一世执手 提交于 2021-02-05 12:11:14
问题 on that picture, that is user_id and the right side are the frequency of transaction for each users, how to display the minimum, max, median, and average for the frequency transaction of this users? what calculation do i need to made for this kind of problems? so the median max min and average will appear 回答1: Check this article about Window Functions For the min use WINDOW_MIN(COUNTD([Order Id])) For the max use WINDOW_MAX, etc 来源: https://stackoverflow.com/questions/64816739/how-to-display

how to display max, min, median, and average from tableau

人走茶凉 提交于 2021-02-05 12:10:46
问题 on that picture, that is user_id and the right side are the frequency of transaction for each users, how to display the minimum, max, median, and average for the frequency transaction of this users? what calculation do i need to made for this kind of problems? so the median max min and average will appear 回答1: Check this article about Window Functions For the min use WINDOW_MIN(COUNTD([Order Id])) For the max use WINDOW_MAX, etc 来源: https://stackoverflow.com/questions/64816739/how-to-display

Finding relationship details within tableau xml file

一曲冷凌霜 提交于 2021-01-29 15:10:19
问题 I have used two data sources in a tableau. First I loaded sample xlsx file provided by tableau Sample - Superstore.xlsx with table Orders. Then in the Sheet->Data->New Data Source I loaded one more xlsx file Sales Target (US).xlsx .Internally the relationship is mapped between these xlsx file tables If we see in Data->Edit blend Relationships . I just wanted to find where these internal relationship details is stored in the xml structure retreived from .twb file obtained on unzipping the

create side-by-side bar chart in Tableau

*爱你&永不变心* 提交于 2021-01-28 06:17:04
问题 I have 2 dimensions, “departure” & “arrival”. Both these dimensions are in DATETIME format. I want to display the number of records having departure & arrival for each hour (0 to 23hrs), as side-by-side bar chart. I have tried different ways to create the visualization, but I can't figure out where I am going wrong. I have attached my Tableau file. Sheet: Wrong_count_for_arrival --> If i choose, "Departure" in my Column field, The "departure" count is correct, however, "Arrival" count is

Connecting Tableau to Apache Druid

时光怂恿深爱的人放手 提交于 2021-01-28 05:09:47
问题 Can anybody let me know the steps to connect to Apache Druid using Tableau, please? I tried the steps shown in this link. But it didn't work. Thanks 回答1: I too tried using the Hortonworks Hadoop Hive - way of connecting to Apache Druid from Tableau 2020.3 Since our Druid was on an HDP cluster behind a Knox Gateway, what worked for me was the following settings: What I noticed is that if you give the http path as "gateway/default/hive", it connects only to hive tables. However if you change

Auto refresh Tableau online dashboard using “Auto refresh” Chrome extension

▼魔方 西西 提交于 2020-12-15 06:05:30
问题 I've created a view in tableau online using a live connection. I want to the page to refresh automaticly every 10 minutes. It can only be done by pressing manually the refresh button in the dashboard/view in tableau online, refreshing the browser page wont refresh the dashboard. I saw a tableau discussion with this tip: "Tip: To continually refresh a view, in the <head> section of the web page, add <meta http-equiv="refresh" content="#">, where # is the number of seconds between refreshes."

how to Find out users_id with some conditions filter

孤人 提交于 2020-12-15 05:15:42
问题 i have a table like this order_id | user_id | createdAt | transaction_amount order_id as the id of the transaction, user_id as the user, createdAt as the dates, and transaction_amount is the transaction of each id order. so on tableau i want to find out users in time range '2020-01-01' until '2020-01-31' with 2 conditions the users are doing transaction before last date in range ('2020-01-31') and atleast doing more than 1 transaction and the users are at least doing 1 transaction in date

how to Find out users_id with some conditions filter

£可爱£侵袭症+ 提交于 2020-12-15 05:15:27
问题 i have a table like this order_id | user_id | createdAt | transaction_amount order_id as the id of the transaction, user_id as the user, createdAt as the dates, and transaction_amount is the transaction of each id order. so on tableau i want to find out users in time range '2020-01-01' until '2020-01-31' with 2 conditions the users are doing transaction before last date in range ('2020-01-31') and atleast doing more than 1 transaction and the users are at least doing 1 transaction in date

Why date is Dimension rather than Measure in Tableau?

有些话、适合烂在心里 提交于 2020-12-10 05:32:27
问题 According to the definition of Dimension and Measure in Tableau: Dimensions contain qualitative values(such as names, dates , or geographical data). Measures contain numeric, quantitative values that you can measure. In my opinion, date-type data seems more quantitative than qualitative, and it can be measured. So why Tableau treats date as Dimension rather than Measure? Thanks for any hint. 回答1: Date fields are only treated as dimensions by default, but you can certainly use a date as