Monthly Archives: March 2025

powerbi dax all allselected dailybitalks.com

Power BI Tips: How to use ALLSELECTED and ALL in DAX?

In a previous post about how to use Tableau Exclude LOD in Power BI, we briefly mentioned ALLSELECTED. However, ALLSELECTED is a more powerful and complex function than we covered at that time. In this article, we’ll delve deeper into not only ALLSELECTED but also its counterpart, ALL, to fully understand their capabilities and applications in Power BI.

Continue reading
How to Make Unit Progress Bar Chart in Tableau dailybitalks.com

How to Make Unit Progress Bar Chart in Tableau

Unit progress bar charts are a fantastic way to represent progress toward a goal, breaking the visualization into smaller units to highlight individual contributions. These charts are both visually appealing and effective for storytelling. In this post, we’ll guide you through the process of creating a unit progress bar chart in Tableau using the Superstore dataset.

Continue reading
WINDOWS FUNCTION dailybitalks.com

Advanced SQL: Windows Function Cheat Sheet

SQL window functions are one of the most powerful tools for performing calculations across a defined range of rows while maintaining access to individual row-level details. Unlike aggregate functions that collapse rows into a single value, window functions allow you to perform calculations over a subset of rows (a window) while preserving the original row structure.

Continue reading