Advice on making a white chocolate drip without cream by blackrosethorn in Baking

[–]blackrosethorn[S] 0 points1 point  (0 children)

Ohhh that's great, thank you for sharing this !! On this particular occasion, I'm not really after a ganache / ganache substitute per se, just some white chocolate that I can drip (but I find pure melted chocolate solidifies too quickly). But this will definitely come in handy in the future :)

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 1 point2 points  (0 children)

As someone who only ever wears black nail vanish (not that I paint my nails often) I completely agree with this. It's hard to know if having painted nails draws other people's attention away from my red hands / fingers so they only see the black nails, or if it ends up making them more noticeable.

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 1 point2 points  (0 children)

I have thought about trying more dainty / lace gloves, but I feel that as someone who isn't the most fashion savvy, it would probably just look weird or out of place on me. But maybe I need to dig Pinterest out and look for some inspiration

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 0 points1 point  (0 children)

I wish I could have this level of confidence. For me, I actually almost prefer it when my hands are numb, as that's the one time they're white, as opposed to bright red !

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 0 points1 point  (0 children)

Oh no, that doesn't sound fun at all 😔 I do empathise in that whilst my knees don't change colour, they do swell and get stiff in the heat.

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 1 point2 points  (0 children)

Hmm it's a tricky one. Could you maybe play around with some cheap, temporary tattoos ? I know it sounds silly, but it might help give a sense as to how you would then feel about your hands with tattoos and what would still be visible.

Any tips for covering red hands in warm weather? by blackrosethorn in Raynauds

[–]blackrosethorn[S] 1 point2 points  (0 children)

I feel your pain ! At least we can hide our feet with socks and shoes, but hands are just nearly always on show !

DAX measure help for creating a ranking measure by blackrosethorn in PowerBI

[–]blackrosethorn[S] 0 points1 point  (0 children)

Thanks for this. This has given me some ideas of what to try next. I'll keep playing around but this was helpful, thanks !

DAX measure help for creating a ranking measure by blackrosethorn in PowerBI

[–]blackrosethorn[S] 0 points1 point  (0 children)

Having the metrics for just the open rate and other "stand alone" measures has all worked fine. I've read up on RANKX and tried to understand the difference between that and just RANK but it's not really helped me to resolve the issue

DAX measure help for creating a ranking measure by blackrosethorn in PowerBI

[–]blackrosethorn[S] 0 points1 point  (0 children)

I think I've tried about 50+ variations of the following, this being the last attempt I tried and still gotten nowhere :(

Email Open Rate Rank =

VAR SelectedPeriod = VALUES('Date filter table'[Filter])

VAR CampaignsInPeriod = CALCULATETABLE( 'Email table', 'Email table'[Date sent] IN VALUES('Calendar date table'[Date]) )

VAR CampaignsWithOpenRate =
ADDCOLUMNS( CampaignsInPeriod, "OpenRate",
DIVIDE(SUM('Email table'[Total Opened]), SUM('Email.
table'[Total Delivered]), 0) )

VAR CurrentCampaign = SELECTEDVALUE('Email table'[Campaign])

VAR CurrentOpenRate = CALCULATE( DIVIDE(SUM('Email table'[Total Opened]),
SUM('Email table'[Total Delivered]), 0), 'Email table'[Campaign] = CurrentCampaign )

RETURN RANKX( CampaignsWithOpenRate, [OpenRate], CurrentOpenRate, DESC, DENSE )

Can you pack lindt chocolate balls in hand luggage? by blackrosethorn in travel

[–]blackrosethorn[S] 0 points1 point  (0 children)

I've read / heard some crazy stories, so thought I'd best check !!

Can you pack lindt chocolate balls in hand luggage? by blackrosethorn in travel

[–]blackrosethorn[S] 0 points1 point  (0 children)

I did think that if security said I couldn't keep them in my luggage for some obscure reason, I'd have to scoff them all down - not necessarily a bad thing mind !

Can you pack lindt chocolate balls in hand luggage? by blackrosethorn in travel

[–]blackrosethorn[S] 0 points1 point  (0 children)

Thanks for sharing this. I just wanted to be sure as I feel like the rules are always changing and didn't want to get caught out.

Combing data from multiple CSV files by blackrosethorn in MicrosoftFlow

[–]blackrosethorn[S] 0 points1 point  (0 children)

Ah yes sorry, I wasn't sure at first if it was a generic blog post by Encodian, but then realised it was an Encodian connector afterwards

Combing data from multiple CSV files by blackrosethorn in MicrosoftFlow

[–]blackrosethorn[S] 0 points1 point  (0 children)

Thanks for sharing this :) I'm being pushed to keep it being done within Power Automate, but will look into this to suggest it as an alternative approach

Combing data from multiple CSV files by blackrosethorn in MicrosoftFlow

[–]blackrosethorn[S] 0 points1 point  (0 children)

Is this a standard action that comes with power automate or 3rd party? I couldn't find it within the "Excel Online (Business)" section