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, I am working on a sales data table in Table View, having 09 Data Period and 2023 as Data Period on two columns to represent current month Mar 2024 as an example.
I created the below:
Strangely this way of doing dates have been working to me all the time in the past and it even works on my another Bi file.
not sure why but it gives below.
it is perfecting working as per below in my other Bi files.
Anyone could look at this for me please.
Solved! Go to Solution.
Use a calculated column to convert the string into proper ISO8601 format
yyyy-mm-dd
You can use DATE(year, month, day) to achieve the same (with day replaced by 1)
How often does this data change? Right, never! There is no need to compute that. Use an external reference table.
hi thanks for prompt reply. This sales data is udpated daily so I do need to build it into modeling.
Use a calculated column to convert the string into proper ISO8601 format
yyyy-mm-dd
You can use DATE(year, month, day) to achieve the same (with day replaced by 1)
thanks a lot.
User | Count |
---|---|
84 | |
73 | |
52 | |
49 | |
46 |
User | Count |
---|---|
74 | |
56 | |
50 | |
47 | |
41 |