Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
78 | |
52 | |
49 | |
47 |