Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
Can someone advise me what is wrong with this? The calculation works for some rows but not all. I tried to remove the - sign to add 1 month, then the opposite will appear with the date + 1 month, but those rows that are visible in - 1 will then be blank.
What I need is to reduce the month by 1 for all Bill Date.
Solved! Go to Solution.
Realized I can get the same at Query Editor.
#"Added Custom1" = Table.AddColumn(#"Added Custom", "YYYYMM", each Date.ToText(Date.AddMonths([Bill Date],-1),"yyyyMM")),
Realized I can get the same at Query Editor.
#"Added Custom1" = Table.AddColumn(#"Added Custom", "YYYYMM", each Date.ToText(Date.AddMonths([Bill Date],-1),"yyyyMM")),
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
53 | |
37 | |
32 |
User | Count |
---|---|
99 | |
56 | |
50 | |
43 | |
40 |