Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I tried posting on here earlier but can't see it anymore. Say I have two tables, Table 1 and Table 2.
Table 1
Shop | Year | Line item | Value |
Shop A | 2022 | current assets total | 307125 |
Shop B | 2020 | CA total current assets | 19076 |
Table 2
Line item | New name |
CA total current assets | Total current assets |
current assets total | Total current assets |
For context, I am using table 2 to rename the line items in table 1. How do I use DAX to make a new table, Table 3, that looks like:
Shop | Year | Total current assets |
Shop A | 2022 | 307125 |
Shop B | 2020 | 19076 |
Solved! Go to Solution.
@a22 Power Bi Desktop > Go to Modeling tab > Click On New Table > Paste this code.
@a22 Power Bi Desktop > Go to Modeling tab > Click On New Table > Paste this code.
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |