This blog is not a documetation or an article project, its just expanded bookmarks with timeline
вторник, 27 февраля 2024 г.
пятница, 9 февраля 2024 г.
Tableau: groups, sets and parameters
Сет (от англ. set) — это поле, в котором можно объединять данные по любому принципу.
Сеты делят значения по условию на True и False, а группы пригодятся, когда нужно разделить значения на несколько категорий. Группы статичны — для них нельзя создать динамическую функцию, которая бы автоматически добавляла новые значения в множества.
С помощью параметров (create parameter) пользователь может выбирать, что будет отображено на визуализации.
Сеты в основном используются для трёх случаев:
- Сегментация данных. Например, когда вам нужно выделить в данных категорию с выбросами.
- Фильтрация данных. Например, когда требуется отфильтровать выбросы из данных.
- Создание категории «Другие» на агрегирующих графиках.
Tableau: Build Common Chart Types in Data Views
- Build an Area Chart
- Build a Bar Chart
- Build a Box Plot
- Build a Bullet Graph
- Build with Density Marks (Heatmap)
- Build a Gantt Chart
- Build a Highlight Table
- Build a Histogram
- Build a Line Chart
- Build a Packed Bubble Chart
- Build a Pie Chart
- Build a Scatter Plot
- Build a Text Table
- Build a Treemap
- Build Combination Charts
среда, 7 февраля 2024 г.
Key components of GTM
- Tags - are pieces of code that you added to GTM and then based on your conditions those tags will fire. Tags can be tracking codes, they might be codes that change the color of the button, they might be some other codes (What do you want to do?)
- Triggers - you need to decide when those tags to fire, that's where triggers are needed. A trigger is a set of conditions that must be met and then if that happens the tag that is linked to a trigger is activated (When do you want to do it?)
- Variables - (What when or how exactly?)
суббота, 3 февраля 2024 г.
Tableau фильтрация
- Фильтры уровня источника данных (Extract & Data Sourse Filters)
- Контекстные фильтры (Context Filters)
- Top-N фильтры
- Фильтры по измерениям (Dimension Filters)
- Фильтры по переменным (Measure Filters)
- Фильтры на уровне табличных вычислений (Table Calc Filters)
Контекстные фильтры и LOD выражения
четверг, 1 февраля 2024 г.
Tableau LOD
Level of Detail expressions (also known as LOD expressions) allow you to compute values at the data source level and the visualization level. However, LOD expressions let you control the granularity you want to compute. They can be performed at a more granular level (INCLUDE), a less granular level (EXCLUDE), or an entirely independent level (FIXED).
This article explains the types of LOD expressions you can use in Tableau, when to use them, and how to format them.
- FIXED (англ. «фиксированный, статичный») позволяет делать расчёты в пределах заданного набора измерений, игнорируя все остальные измерения и практически все фильтры.
- INCLUDE (англ. «добавлять, включать») позволяет добавить набор постоянных измерений ко всем ранее заданным измерениям.
- EXCLUDE (англ. «исключать») позволяет исключить измерение.
- Table-Scoped (англ. «по всей таблице») позволяет проводить вычисления по всей таблице, игнорируя любые заданные измерения.
{FIXED [Genre]: SUM([Sales])}
Рассчитай сумму по полю Sales, при этом игнорируй все измерения, кроме Genre
Tableau: table, pane, cell
- Table (across)
- Table (down)
- Table (across and down)
- Table (down and across)
- Pane (across)
- Pane (down)
- Pane (across and down)
- Pane (down and across)
is here - https://public.tableau.com/views/compute-using-example/sheet1?:language=en-GB&:display_count=n&:origin=viz_share_link
Подписаться на:
Сообщения (Atom)