Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,I need to create measures that allows me to sum by categories...this is the escenario:
Thanks in advance
Solved! Go to Solution.
Hi @vixicai...what about this?...
I like what you did but he needs something like this I guess:
A SUM Categories = CALCULATE(SUM(Table1[US DOLLARS]);Table2[Category]="A")
what do you think?
Hi chromo4130,
You can create column Sum_Categorie.
Sum_Categorie = CALCULATE(SUM(Table1[US DOLLARS]),FILTER(ALLSELECTED(Table1),Table1[Categorie]=EARLIER(Table1[Categorie])))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Such an smart solution, but @christianfcbmx made what I needed...at the end I needed a DAX for each letter to get VAR between them....Ill learn from what you do though it is so useful as well....thankt u so much @v-xicai
Hi @vixicai...what about this?...
I like what you did but he needs something like this I guess:
A SUM Categories = CALCULATE(SUM(Table1[US DOLLARS]);Table2[Category]="A")
what do you think?
Hi @vixicai...what about this?...
I like what you did but he needs something like this I guess:
A SUM Categories = CALCULATE(SUM(Table1[US DOLLARS]);Table2[Category]="A")
what do you think?
Hi do you already have a Sales table and a Categories table that have a relationship created? Can't tell from what you've provided.
Thanks.
there is only one table....I need to sum the USD considering "AA" category and ignoring the others categories in the column.
Ive seen it before...but I cant find the dax 😞
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |