Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
HI I am creating a custom column that will expand the rows based on the Denied from (Start) and Thru(Stop).
{Number.From([DeniedFrom])..Number.From([DeniedThru]-#duration(1,0,0,0))}
I use the above formula. However if the Denied From and Thru Date are the same I get a null value when I expand the rows. I want it to equal the Denied From Value.
Solved! Go to Solution.
Hi, @Anonymous
You can add an IF condition,like:
if List.Count({Number.From([DeniedFrom])..Number.From([DeniedThru]-#duration(1,0,0,0))})=0
then {[DeniedFrom]}
else {Number.From([DeniedFrom])..Number.From([DeniedThru]-#duration(1,0,0,0))})
Result:
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
You can add an IF condition,like:
if List.Count({Number.From([DeniedFrom])..Number.From([DeniedThru]-#duration(1,0,0,0))})=0
then {[DeniedFrom]}
else {Number.From([DeniedFrom])..Number.From([DeniedThru]-#duration(1,0,0,0))})
Result:
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , are these dates, then you need List.dates
refer if needed
Yes they are dates. What would the formula be?
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 10 | |
| 9 | |
| 6 |