https://github.com/mnitin-reddy/powerbi-dax-sandbox
A DAX experimentation repo for testing and optimizing Power BI calculations. Includes examples on aggregations, time intelligence, dynamic measures, filtering, ranking, and performance tuning. Perfect for practicing advanced DAX concepts and improving report efficiency.
https://github.com/mnitin-reddy/powerbi-dax-sandbox
Last synced: 2 months ago
JSON representation
A DAX experimentation repo for testing and optimizing Power BI calculations. Includes examples on aggregations, time intelligence, dynamic measures, filtering, ranking, and performance tuning. Perfect for practicing advanced DAX concepts and improving report efficiency.
- Host: GitHub
- URL: https://github.com/mnitin-reddy/powerbi-dax-sandbox
- Owner: MNitin-Reddy
- Created: 2025-02-28T04:57:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T05:15:08.000Z (2 months ago)
- Last Synced: 2025-02-28T12:37:31.408Z (2 months ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **PowerBI DAX: Sandbox**
## **Overview**
This repository serves as a **DAX experimentation playground** for testing and optimizing **Power BI calculations**. It includes real-world examples covering various DAX functions, best practices, and performance tuning techniques.## **Features**
- Aggregations (`SUM`, `SUMX`, `AVERAGE`, `COUNT`)
- Time Intelligence (`TOTALYTD`, `TOTALMTD`, `SAMEPERIODLASTYEAR`)
- Dynamic Measures & Switching (`SWITCH`, `SELECTEDVALUE`)
- Advanced Filtering (`CALCULATE`, `ALL`, `FILTER`, `KEEPFILTERS`)
- Ranking & Running Totals (`RANKX`, `CUMULATIVE SUM`)
- Performance Optimization Techniques## **Usage**
Clone the repo and explore the provided **DAX formulas** in Power BI. Modify and test them in your own **Power BI projects** to enhance your DAX skills.## **Contributions**
Feel free to contribute by adding **new DAX examples**, improving existing formulas, or sharing **best practices**!🚀 Happy DAX-ing!