Forum Discussion
Total value for all rows
Here you are:
| DATE | CODAREA | COL | CONCEPTE | COST | FACT | CONCEPTE FAC |
| 11/05/2017 | A1 | AM | 10,00 | AM | ||
| 24/06/2017 | A1 | EC | 5,00 | EC | ||
| 05/07/2017 | A2 | AM | 12,00 | AM | ||
| 06/07/2017 | A3 | JS | 11,00 | JS | ||
| 01/01/2017 | A1 | MP | 25,00 | MP | ||
| 28/02/2017 | A2 | MR | 13,00 | MR | ||
| 15/03/2017 | A1 | LA01 | 200,00 | LA01 | ||
| 20/08/2017 | A1 | RC | 14,00 | RC | ||
| 11/05/2017 | A2 | MP | 25,00 | MP | ||
| 11/04/2017 | A2 | EC | 32,00 | EC | ||
| 10/02/2017 | A3 | AM | 44,00 | AM | ||
| 04/01/2017 | A3 | LA01 | 360,00 | LA01 | ||
| 31/03/2017 | A1 | LA02 | 175,00 | LA02 | ||
| 20/06/2017 | A2 | JS | 27,00 | JS |
And the Areas table:
| CODAREA | AREA |
| A1 | Area1 |
| A2 | Area2 |
| A3 | Area3 |
Thank you.
Hello, I guess CONCEPTE FAC is a calculated column.
If it is any if statement maybe try
CONCATENATE([COL],[CONCEPTE]) instead.
Best regards
- Raul8 years agoPost Patron
No, that is not the problem. I have changed the null values by 0 and the result is still incorrect:
Please, help me!!!!!
- Pavlous8 years agoAdvocate II
Yes, in this case it could be the issue in Axis value. Try to make Table only with Raw attributes and the measure during the date. It should give you the result. The formulas are perfectly OK.
- Raul8 years agoPost Patron
Hi, Pavlous and Floriankx and thank you very much for your comments.
Really, Concepte FAC it's not a calculated column, it's a field in the table. The Table1 is the result to Append two tables (TableA and TableB) with this fields:
TableA (Date, CodArea, Col, Cost)
TableB (Date, CodArea, Col, Concepte, Fact, ConcepteFac) where Concepte Fac it's a calculated column: IF(Concepte<>"", Concepte, Col)
The result Table1 it's (Date, CodArea, Col, Concepte, Cost, Fact, Concepte Fac). I try to change the calculated column by the concatenate formula and I explain how it has gone.
Thanks.
- Anonymous8 years agoNot applicable
Raul,
Please check if the Matrix visual in the following PBIX file returns your expected result.
https://1drv.ms/u/s!AhsotbnGu1Nok1trPckl3J_1DQa1
Regards,
Lydia - Raul8 years agoPost Patron
Hi Anonymous
Your exemple it's awesome :smileysurprised:, thanks a lot. This is exactly what I want and the two matrix tables present the correct results.
But, I changed the conditional column by the calculated column concatenating the two fields as Floriankx commented and the result, in my case, is still incorrect. It's the same as I had with the conditional column and I can not show the totals by Area in the whole column.
What's happens? :smileysad:
- Raul8 years agoPost Patron
A difference between your Table1 or Merge1 origin table and my table are that the values of the rows for the Cost and Fact columns are null intead of blank that your exemple.
Merge1
My table.
Could this be the problem? Thank you.
- Raul8 years agoPost Patron
This is the data for the table:
https://drive.google.com/open?id=1FptT-R4YmijQBR0PC4ZyDj9DbaftNVaI
Thank you very much in advance!
- Raul8 years agoPost Patron
Good morning!
I've reduced tha data model to a unic table from previus Excel file and the result it's the same:
https://drive.google.com/open?id=1Q-o3SESmluP1y-piJQgUNQC_eGnRx7pI
- Anonymous4 years agoNot applicable
Hi Raul,
Can you help me, how to display same row number in total based on category. that's my current problem.