May 2, 2022 at 12:00 am
Comments posted to this topic are about the item Creating Tables in Power BI
May 2, 2022 at 6:02 am
One more DAX expression to try. Note that DATATABLE() has some limitations, e.g. TODAY() & NOW() can't be used as values.
Players = DATATABLE(
"Name", STRING,
"Number", INTEGER,
"Birthdate", DATETIME,
{
{"Messi", 30, "1982-06-24"},
{"Mbappé", 7, "1982-12-20"}
}
)
Sean
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy