Forum Discussion
Row wise Calculation
Hi,
I fail to do the row-wise calculation in DAX measure.
I attached screenshots for your reference.
| Company | ||||
State | A | B | C | D |
| A | 1 | 2 | 5 | 10 |
| B | 2 | 3 | 6 | 20 |
| C | 3 | 4 | 7 | 30 |
| D | 4 | 5 | 8 | 40 |
| Total | 10 | 14 | 26 | 100 |
Now, the values coming in 'Total', want to use in the new table. I want to use the sum of 'Company A' in a new table in a single row.
Ex:
| Company | Total No. of Sales |
| A | 10 |
| B | 14 |
| C | 26 |
| D | 100 |
Now, how can I get this total value in this new table?
Please help me we this concern. Thank you in advance
Hi Anonymous ,
This is what you want.
But your table columns are actually aggregated like this.
So is it a mistake in your expression?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- amitchandakSuper User
Anonymous , is first one a visual table and actual table. If it is a visual table, You can take the company and Sum of Sales, That should give you.
else you need to unpivot first : https://radacad.com/pivot-and-unpivot-with-power-bi
- AnonymousNot applicable
amitchandak Yes, the first table is the visual table made using Matrix visulaization.
- v-lionel-msftCommunity Support
Hi Anonymous ,
This is what you want.
But your table columns are actually aggregated like this.
So is it a mistake in your expression?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.