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
I'm creating this matrix and when I use the ISINSCOPE function to return a date value, it is resulting in a number.
The numbers are supposed to match the date next to it. In theory I would remove the Earliest Base Start Date and keep the Base Start Testing column in.
This is my formula:
Solved! Go to Solution.
Hi All,
Firstly FreemanZ thank you for your solution!
And @kboud3,I tried to modify your code a little bit hope it helps!
Base Start Testing =
SWITCH(
TRUE(),
ISINSCOPE('Query'[ActivityName]), BLANK(),
ISINSCOPE('Query'[Merged]), FORMAT(FIRSTDATE('Query'[Date]),"MM-DD-YYYY"),
ISINSCOPE('Query'[Division]), BLANK(),
BLANK()
)
Base Start Testing(copy) =
SWITCH(
TRUE(),
ISINSCOPE('Query'[ActivityName]), BLANK(),
ISINSCOPE('Query'[Merged]), CONVERT(FIRSTDATE('Query'[Date]),STRING),
ISINSCOPE('Query'[Division]), BLANK(),
BLANK()
)
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi All,
Firstly FreemanZ thank you for your solution!
And @kboud3,I tried to modify your code a little bit hope it helps!
Base Start Testing =
SWITCH(
TRUE(),
ISINSCOPE('Query'[ActivityName]), BLANK(),
ISINSCOPE('Query'[Merged]), FORMAT(FIRSTDATE('Query'[Date]),"MM-DD-YYYY"),
ISINSCOPE('Query'[Division]), BLANK(),
BLANK()
)
Base Start Testing(copy) =
SWITCH(
TRUE(),
ISINSCOPE('Query'[ActivityName]), BLANK(),
ISINSCOPE('Query'[Merged]), CONVERT(FIRSTDATE('Query'[Date]),STRING),
ISINSCOPE('Query'[Division]), BLANK(),
BLANK()
)
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |