Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I need help with a dax function.
Background - we have 3 different product sizes - Full Size, Mini, & Value Size.
I'm trying to create a chart that has Full Size & Value Size combined as one, and all 3 combined as one to show growth of products w/ Mini vs. growth of products w/out.
I was able to get the Dax correct for sales, but I'm trying to pull growth instead.
The below Dax worked for me to pull sales excluding Minis, but I'm trying to pull GROWTH excl. minis (it's a measure labeled Sales@USD_%MTD_LY)
@hullyf Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 43 | |
| 36 | |
| 32 |