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.
Hi
I'm creating Date function (year and month) in Date view (not Query) with DAX like below:
Year = Year (Reference to the table [specific column consisting dates])
I get the Year (only) from that column and it is ok. However, in modelling I see that Data type is Whole Number same as the format and if I change to date (like the columns where dates are) that it change different value - 1905 (not the years as they should be).
Another interesting thing is when I go to my Query, I can not see even this column created?
What is the problem?
Solved! Go to Solution.
it is not such interesting as you think.
1. DAX calculated columns and measures aren't available in query mode. But Custom columns from Power query mode are available in DAX. DAX is the business logic lnguage, not data shaping
2. YEAR() function gets you integer and it is a whole number
3. if you want to return whole number into date, date wll be calculated as 1900+ Whole Number DAYS. so 2012 days is exactly 5 years + something
do not hesitate to give a kudo to useful posts and mark solutions as solution
it is not such interesting as you think.
1. DAX calculated columns and measures aren't available in query mode. But Custom columns from Power query mode are available in DAX. DAX is the business logic lnguage, not data shaping
2. YEAR() function gets you integer and it is a whole number
3. if you want to return whole number into date, date wll be calculated as 1900+ Whole Number DAYS. so 2012 days is exactly 5 years + something
do not hesitate to give a kudo to useful posts and mark solutions as solution
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 |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |