Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Good day
Please assist.
How do I create a column in powerquery with the following DAX?
Kind regards
Solved! Go to Solution.
Hi @Tlotly ,
Create a column as below:
=if [Year]=Date.Year(DateTime.LocalNow()) then "Default Year" else [Year]
For my sample .pbix file ,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @Tlotly ,
Create a column as below:
=if [Year]=Date.Year(DateTime.LocalNow()) then "Default Year" else [Year]
For my sample .pbix file ,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
PriorStepName should be replaced with YOUR actual prior step name (the name of your previous step.
Try this:
@Anonymous Thank you. It's complaining about PriorStepName not being recognised.
You can try this expression in a custom column, assuming your FinYear column is type date.
= if [FinYear] = Date.From(DateTime.LocalNow()) then "Default Year" else [FinYear]
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@mahoneypat Thank you. I tried the above code but it doesn't work for financial dates since my slicer is based on the financial period. E.g. My Financial dates are from July to June so when I get to 01 July 2021, it will still default to 2021 as the code you sent is comparing to today. I will want that to default to the new financial year which will be 2022.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |