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 help to get correct total sum in my Matrix, this should be done in DAX.
I have Pcs in carton from one table on article level, this works on all rows. I need some filter (I guess) to filter out the value 3000 in my DAX. As it is now it calculate 86900/3000=290, thats wrong., it should sum up the rows instead.
Solved! Go to Solution.
hi @Stabben23
hi @Stabben23
@v-lili6-msftthanks that you show me how to solve this kind of "measure total problem", very useful.
This is a must know for every developer, thanks again!
Can share DAX, Not pbix file.