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 have a matrix to create like this one
The first aggregation is the sum of the H & F for each month
I know how to calculate this aggregation,see pbix below, but i didn't arrive to put them in the same matrix
Thanks
Solved! Go to Solution.
is this what you want ?
create a calculated column in the table feuil :
salaire global = CALCULATE(count(Feuil1[Salarié]) , removefilters(Feuil1[Sexe]), REMOVEFILTERS(Feuil1[Type decontrat]), REMOVEFILTERS(Feuil1[Salarié]))
then drag and drop as follow :
let me know if this helps .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🙏
is this what you want ?
create a calculated column in the table feuil :
salaire global = CALCULATE(count(Feuil1[Salarié]) , removefilters(Feuil1[Sexe]), REMOVEFILTERS(Feuil1[Type decontrat]), REMOVEFILTERS(Feuil1[Salarié]))
then drag and drop as follow :
let me know if this helps .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🙏
Hi
So simple
So beautifull
Thansk a lot
Have a nice day
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.