Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
Please help me with the DAX to get the first day of the month using the column in the DataSet with dates.
Attached DataSample.
https://drive.google.com/file/d/1KUafNwqRp9yWoHqpgA9dqQSZedWny6e0/view?usp=sharing
Regards,
Solved! Go to Solution.
Hi @Anonymous ,
You can create column like DAX below.
Column1= EOMONTH(Table1[Date],-1)+1
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Hi @Anonymous ,
You can create column like DAX below.
Column1= EOMONTH(Table1[Date],-1)+1
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
Please advise using Calcualted Column.
HI @Anonymous ,
You can use FIRSTDATE(Table[DateColumn]) to get the first day of the month.
If this helpful so mark this a as solution!
Hi Tahreem, its not table, its measure, so firstdate won't work.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |