Forum Discussion
Sort Sold and Not Sold
- 2 years ago
zan0n , I think you need a solution like this
Power BI Items/Categories not sold to the customers: https://youtu.be/AbuKvAnicwo
You need sum up not sold
zan0n , I think you need a solution like this
Power BI Items/Categories not sold to the customers: https://youtu.be/AbuKvAnicwo
You need sum up not sold
- zan0n2 years agoFrequent Visitor
Thank you for sharing the video! Helped me to understand the problem better.
I am still having trouble, i feel like youve put the solution right in front of my eyes but i still cant figure it out.
I cannot add the values of the categories they didnt sell. I have a measure SUM(fEmprestimos[valor_liquido]) that i would like to have next to the categories they didnt sell, showing what he coulve sold.
Your reply mentions i need to sum up not sold, but i, lost on where to apply that.
Im trying to figure it out. Apreciate your help so far, and whatever else you can help me with!- zan0n2 years agoFrequent Visitor
Solved using Amit's video and using a measure CALCULATE(VALUES, REMOVEFILTER(dSupervisores), REMOVEFILTER(dVendedores)). Thank you Amit!