March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi @Gwen
You can create new table
NewTable =
DISTINCT (
SELECTCOLUMNS (
People,
"ID", People[ID],
"Name", People[Name],
"Rank", People[Rank]
)
)
@Gwen yes you can
NewTable =
FILTER (
DISTINCT (
SELECTCOLUMNS (
People,
"ID", People[ID],
"Name", People[Name],
"Rank", People[Rank]
)
),
[ID] <> BLANK ()
)
cool thank you. have a good day
So effective... thank you !
Hi @Gwen
You can create new table
NewTable =
DISTINCT (
SELECTCOLUMNS (
People,
"ID", People[ID],
"Name", People[Name],
"Rank", People[Rank]
)
)
Can I add a filter? For example I would like to filter the "empty" IDs. Thank you
@Gwen yes you can
NewTable =
FILTER (
DISTINCT (
SELECTCOLUMNS (
People,
"ID", People[ID],
"Name", People[Name],
"Rank", People[Rank]
)
),
[ID] <> BLANK ()
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
26 | |
21 | |
20 | |
14 | |
10 |