March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Dear any idea how to solve the following:
I need the value of the row SALE OF SERVICES (VENTA DE SERVICIOS) to be repeated in the whole column (Sale only balance), as you will see, try to do it using the calculation using the filter, since I am interested in knowing only that value, but it is not repeated. I need it to repeat like that, in order to calculate the% of Sale column, and as you can see, they only calculate me from the first row. The final idea is that each row represents a% of the total of the concept SALE OF SERVICES
(*)Taking into account that to calculate the column: YTD balance (Saldo YTD) I am using the function TOTALYTD (EERR_AnualGT [SumSaldo], Calendar [Date])
Solved! Go to Solution.
It feels like the Concepto column is sorted by another column, though I don't know what that column is.
Let's assume it's IdConcepto. Add REMOVEFILTERS(EERR_AnualGT[IdConcepto]) to your formula as a CALCULATE modifier.
If you're interested to know what is happening, see Side effects of the Sort By Column setting in DAX.
Hi @Pvargash ,
And you should use ALLSELECTED instead of all in your formula.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
It feels like the Concepto column is sorted by another column, though I don't know what that column is.
Let's assume it's IdConcepto. Add REMOVEFILTERS(EERR_AnualGT[IdConcepto]) to your formula as a CALCULATE modifier.
If you're interested to know what is happening, see Side effects of the Sort By Column setting in DAX.
I believe all you need to do is add an ALL('EERR_AnualGT') on the yellow mark:
Br,
J
Thank you @tex628 ,
Thanks, applying the recommended solution I have all the rows but not for the correct value, in the image I pose what I need to obtain
Hi @Pvargash ,
And you should use ALLSELECTED instead of all in your formula.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
86 | |
77 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |