I heard that it’s a bad idea to add a counter inside a visual. But can I do it?
Posts Tagged → CALCULATE
multiple date fields in fact table
A fact table can have multiple date fields. I’ve seen this in demos and wanted to practice.
Running Total
I’ll review some basic DAX running totals (aka cumulative totals) and then various advanced examples.
Context Transition
I’ve practiced context transition a lot recently. I’ll review what I’ve learned and revisit the theory from book ‘The Definitive Guide to DAX’.
Change Total Row Calculation
If totals in your viz aren’t showing what you want DAX can change them.
Top Product Sales by State
Understanding the measure solution turned out to be more complex than I thought.
Funnel Chart
I’m going to build a Funnel chart and recreate tooltip values using DAX measures.
80-20 Rule
Let’s use DAX to see if transaction data adheres to the 80-20 rule.