The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am wanting to add a new column in my table that converts a stored date into a serial number. Can anyone help me with how to do this?
Thanks
Solved! Go to Solution.
@onedayover Hey you can use below dax fuction but first create a coloum then write these dax function.
Kindly refer these documentation as well for your reference .Datevalue dax function
@onedayover Hey you can use below dax fuction but first create a coloum then write these dax function.
Kindly refer these documentation as well for your reference .Datevalue dax function
@onedayover , Not very clear
one is to add an index column https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
of you can create a column like
date key = format([date], "YYYYMMDD")
@amitchandak, thank you for your replay and my apologies. What I was trying to convey was that I needed to convert a date such as 28/05/2019 to a serial number format like 43613.
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |