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
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.
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 |
---|---|
25 | |
18 | |
15 | |
9 | |
7 |
User | Count |
---|---|
37 | |
32 | |
16 | |
16 | |
12 |