The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I want to add a custom column instead of doing it in dax :
How can I write this in Query editor ?
Solved! Go to Solution.
Hi,
1- You could add another column based on your condition :
if [Month] >= 9 then [FY]-1 else [FY]
2-Insert New column :
Text.Combine({Text.From([Date], "en-AU"), Text.From([Month], "en-AU"), Text.From("01")}, "-")
3- Change the Column format to Date :
Appreciate your Kudos and please mark it as a solution if it helps you
Hi,
1- You could add another column based on your condition :
if [Month] >= 9 then [FY]-1 else [FY]
2-Insert New column :
Text.Combine({Text.From([Date], "en-AU"), Text.From([Month], "en-AU"), Text.From("01")}, "-")
3- Change the Column format to Date :
Appreciate your Kudos and please mark it as a solution if it helps you
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
107 | |
79 | |
72 | |
46 | |
39 |
User | Count |
---|---|
135 | |
108 | |
69 | |
64 | |
56 |