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 All,
See the below pic. How do I sort this issue and make it from Jan 2015 to Dec 2015, followed by....Jan 2016..
Kindly help.
Thanks
Krishna
Solved! Go to Solution.
You'll need to change the measure such that you are recording a date. I'd recommend using:
YearMonth = DATE([Year], [Month], 1)
Under Modelling, set the DataType as "Date" and Format to be "March 2001(MMMM yyyy)"
EDIT: The measure above assumes your Month and Year are columns. If not, take your Date field and use YEAR([DateField]) and MONTH([DateField])
It looks like your data is of type "Text" instead of "Date", is that correct?
Hi Ross,
I changed it to date but when I try to change it, it shows me this error ?
How do I rectify this ?
Thanks
Krishna
You'll need to change the measure such that you are recording a date. I'd recommend using:
YearMonth = DATE([Year], [Month], 1)
Under Modelling, set the DataType as "Date" and Format to be "March 2001(MMMM yyyy)"
EDIT: The measure above assumes your Month and Year are columns. If not, take your Date field and use YEAR([DateField]) and MONTH([DateField])
Thanks a ton ! @Anonymous
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 |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |