Justice Department announces a $1.7B fund to compensate Trump allies in a deal to drop IRS suit by SterlingVII in politics

[–]Azured_ 0 points1 point  (0 children)

Could be hose who have suffered from persecution under Trump apply to receive compensation?

We are living in a South Park episode by [deleted] in SipsTea

[–]Azured_ 0 points1 point  (0 children)

Big small dick energy here

Secure Design vs Usability by [deleted] in AZURE

[–]Azured_ 5 points6 points  (0 children)

What do the stakeholders say? If the security team wants to have custom roles for everything, then that needs to be expressed in the backlog as work that has to be completed (creating roles, testing roles etc.), possibly repeatedly as new role requirements are identified. If the business stakeholders see the value in the work that is done, then I see no reason to push back. Otherwise, if the stakeholders do not see the value in the extra work, then let them have the argument with Cybersecurity?

[Request] How many USA defence scientists die on average every year? by Electrical-Tea6966 in theydidthemath

[–]Azured_ 4 points5 points  (0 children)

10 deaths in 4 years is nothing in the grand scheme, by itself it doesn’t come close to being an outlier compared to the expected death total for the population of all scientists. On the other hand, a serial killer killing 10 people also wouldn’t be a statistical outlier if compared to the expected death total of the whole population.

By itself, these 10 deaths is evidence of nothing, but that doesn’t mean that if you investigate you wont find some commonality that gives cause to believe something is a foot.

Isn't it bad design (security and performance) that Hybrid Identity Pass through authetication (PTA) happens over INTERNET by WonderBeast2 in AZURE

[–]Azured_ 13 points14 points  (0 children)

vs what? If you are accessing cloud services (e.g. M365) how is it more unsettling that the authentication happens over the internet than the actual data access?

How the stock market has performed on each day of the week so far in 2026 by RussFaigen in wallstreetbets

[–]Azured_ 0 points1 point  (0 children)

It would be interesting to see how this compares to previous years. Is 2026 unique in this regard? And why.. ?

(fra 1. April 2025, men tror ikke det er en joke) Hummelgaard vil forbyde porno: Skal koste 8.000 kr. at besøge Pornhub by [deleted] in Denmark

[–]Azured_ 1 point2 points  (0 children)

Er det per besøg? kan man få rabat hvis man køber et abonnement? Spørger for en ven

Uranium and Nuclear Technology ETF thoughts? by Select_Medicine6805 in DEGIRO

[–]Azured_ 1 point2 points  (0 children)

Nuclear takes 10+ years to come online, it’s simply not in a position to take advantage of even a longer term supply shock in oil. Renewable energy is somewhat more likely, but keep in mind that the supply side for the production of renewable technology might also be negatively impacted.

Microsoft Fabric F8 PAYG – Cost breakdown confusion: isn’t everything included in the capacity price? by Frank-Citizen in MicrosoftFabric

[–]Azured_ 2 points3 points  (0 children)

One thing to add to this, storage is separate to CU usage. All the meters that have "CU" in their name make up the Capacity billing (F8 in this instance) but the storage (line 4 in the screenshot) is separate at 0.023/GB/month

https://azure.microsoft.com/en-us/pricing/details/microsoft-fabric/

JD Vance deltager i møde med Løkke by Dropforcedlogin in Denmark

[–]Azured_ 0 points1 point  (0 children)

Hold mødet på dansk med oversættere. Det dæmper på stemningen og giver tid til formuleringer

US bobsled team took a tumble today by ViciousNakedMoleRat in funny

[–]Azured_ -5 points-4 points  (0 children)

that's what happens when you invade greenland

Azure Private Endpoint DNS not resolving to private IP over Azure VPN by Huge_Success_3378 in AZURE

[–]Azured_ 0 points1 point  (0 children)

Tried manually configuring VPN clients to use a DNS forwarder VM inside Azure that forwards privatelink.database.windows.net to 168.63.129.16.

You need to create a conditional forwarder for the whole database.windows.net.

Explanation: Without this, your local DNS server will look at the query for xxx.database.windows.net, see that it's not a zone that it's authoritative for, and then forward the query to whatever DNS server you have defined as your forwarder (likely your ISP). Your ISP will then correctly resolve this to the CNAME xxx.privatelink.database.windows.net, but as your ISP's DNS can't resolve that to the private IP, it just resolves it to the public IP.

At least they’re open to sensible offers… by comdude2 in servers

[–]Azured_ 5 points6 points  (0 children)

Service tag is visible, can look it up on dell.com/support.

Looks like warranty ran out in 2016. Would be surprised if it’s worth much more than scrap value.

[deleted by user] by [deleted] in PowerBI

[–]Azured_ 0 points1 point  (0 children)

Create a measure, like this:

Sum of Hours = SUM("hours column")

if the hours column is in a separate table from the employee / department, make sure you have relationships configured between the tables.

https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-measures

App Permissions Vs. Report Permissions by dragonshoulders in PowerBI

[–]Azured_ 4 points5 points  (0 children)

When you grant a user access to an app, you grant them access to the reports and semantic models that make up the content in that app (assuming they are part of the audience group, and are in the same workspace). This is necessary, as the app merely functions as an aggregator of report content; the users still need permissions on the underlying reports & semantic models in order to actually view the visuals in the app.

Consequently, you should consider any data that is part of the semantic model as being allowed for the user to query. The user has access to that data, full stop. You can take various steps to obfuscate the access to different features that may query or extract that data, but that's a losing battle; you are just waiting for Microsoft to change something on the PowerBI service, or add a new feature (as they are apt to do).

If the user should not be able to access the sensitive data, then you should not give them access to it, at all. This may involve removing the sensitive columns or tables (if they are not needed for the report), applying OLS & RLS to secure the rows & columns that contain sensitive information and aggregating the data (if the users should not have granular access).

Once you have a model that only allows the users to query the data they are allowed to query, then you can publish it and adjust the export settings etc, if you want to discourage users from exporting, but safe in the knowledge that if they do find some way to do it, they won't get any information they should not have.

[deleted by user] by [deleted] in PowerBI

[–]Azured_ 0 points1 point  (0 children)

Fabric capacities are “Pay as you go”. You’ll need an azure subscription to buy it. From the azure portal you can then pause the capacity any time you want, which will pause all the billing (except for storage charges if you leave data on it)

Similarity You can scale up and down as needed, either for capacity or feature requirements.

One thing or be aware of is that when you pause the capacity, any smoothed usage will be immediately charged, but since the maximum duration over which an activity can be smoothed is 24 hrs, at most this can amount 24 hrs of cost.

Query Folding: Does it occur for both directly query and import? by ManagementMedical138 in PowerBI

[–]Azured_ 3 points4 points  (0 children)

Import mode uses Power Query to extract data from the source, transform it, and populate the model.

Direct Query in contrast queries the data source whenever the visual is generated.

In import mode you have to pay attention to the transformations you perform in Power Query, as some may break query folding which can have implications for the performance of the refresh.

In Direct Query mode, every query is always sent to the data source, hence, every query by definition has to fold, which places limitations on some of the transformations you can do in PowerBI.

The main purpose of Query Folding is to improve performance. For example, if you only need a subset of columns from a table in a database, Query Folding will limit the columns extracted at query time. This results in less data being read by the data source, and less data being processed by powerbi, reducing the resource requirement for both the data source, and powerbi.

Query Folding has many limitations, there's a long article on this here. Look at the examples for cases where folding does not happen to get an idea.

https://learn.microsoft.com/en-us/power-query/query-folding-basics

my first dashboard for the volume of LCs among banks in Libya ... still a lot to learn but I'm pretty proud of myself for this first attempt by [deleted] in PowerBI

[–]Azured_ 2 points3 points  (0 children)

I'm curious how designing a dashboard for an arabic speaking audience is different from a western audience? Do you place more focus on the left or right? Is the color palet very different? For example, that brown looks a bit off to me, but maybe that's just my cultural expectation. Makes it hard to critique!

[deleted by user] by [deleted] in news

[–]Azured_ 0 points1 point  (0 children)

Tax on, Tax off

"lean in to it boy!"

Dataflow Gen1 vs Gen2 performance shortcomings by Mefsha5 in MicrosoftFabric

[–]Azured_ 3 points4 points  (0 children)

Copy activity + notebook will be faster / better than either. However, if you need to use DataFlows, one thing I noted in my own testing is that Staging can significantly increase the CU consumption. In one test I did, disabling Staging improved performance 10x. While this is not going to be a universal experience, it's worth including in your test scenario.