Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.