Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi there
I am new to BI and have the below format of table in Data.
| Sales | FY | FM |
| 500 | 2021 | May |
| 600 | 2021 | Jun |
skipped 50000 rows
System doesn't read it as date and i am struggled to compare. Could anyone advise please?
Thanks
F
Solved! Go to Solution.
Hi @felix-chong
You can use DAX or M, here is a column in DAX
Date = DATEVALUE('Table'[FY]&"/"&'Table'[FM]&"/"&"1")And one in M
Date.From( "1."&[FM] &"."&Text.From([FY]))
Hi Vera_33
Thanks for the suggestions.
I tired and the following errors come up.How could i fix it please?
Thanks
F
Hi @felix-chong
You can use DAX or M, here is a column in DAX
Date = DATEVALUE('Table'[FY]&"/"&'Table'[FM]&"/"&"1")And one in M
Date.From( "1."&[FM] &"."&Text.From([FY]))
Hi Vera_33
Thanks for the suggestions.
I tired and the following errors come up.How could i fix it please?
Thanks
F
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 8 | |
| 7 | |
| 5 |