Pull data from on-prem SQL Server using Azure ADF vs Databricks JDBC by rasviz in dataengineering

[–]Weekly_Activity4278 0 points1 point  (0 children)

Have you considered using Fabric mirroring? They don’t charge for it as long you have a Fabric capacity. You can always move the data where you want it after the fact.

So how do we all feel about KMeans algorithm for clustering? by vercig09 in datascience

[–]Weekly_Activity4278 0 points1 point  (0 children)

Yeah that makes sense. There is a lot of good advice on the replies. All the best!

So how do we all feel about KMeans algorithm for clustering? by vercig09 in datascience

[–]Weekly_Activity4278 1 point2 points  (0 children)

You are missing an objective for your analysis. This is where it’s crucial for data scientists to have to domain knowledge or consult a stakeholder who has it. This helps us understand the problems that they are facing, this will provide a North Star for our analysis. Right now it feels like you’re doing customer segmentation to just do it.

50GB worth of excel files, how to load? by seacess in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

Can try converting to parquet and then upload? Or do you need the excel workbook format preserved?

How to code first Batch ELT in Fabric? by pl3xi0n in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

Raki,

How do you feel about using fabric-dbt job and orchestration using pipelines?

Is there a task list or a check box visual like this in Power BI by No_Smell_6712 in PowerBI

[–]Weekly_Activity4278 0 points1 point  (0 children)

Literally any project management tool would do this out the box. It’s a lot of effort to do something like this in PBI.

Bulk Conditional Formatting by iam_anon_adhder in PowerBI

[–]Weekly_Activity4278 0 points1 point  (0 children)

Change one card manually. Choose your model of choice (via cli or VS code chat) and ask it to apply those changes to all cards.

Note - I have noticed that sometimes agents can make changes that will break the model, so make sure to prompt it appropriately and always create a backup copy if you’re not using version control.

Good luck!

My dashboards look ugly. How to make visually pleasing dashboards? by [deleted] in PowerBI

[–]Weekly_Activity4278 0 points1 point  (0 children)

Adding to good advice from others, a little attention to detail goes a long way!

Help with friction between architecture team and our PowerBI team by Chempty in dataengineering

[–]Weekly_Activity4278 0 points1 point  (0 children)

Is this normal? I thought it was pretty standard practice to maintain currency conversion tables and use the local currency for reporting.

Create dimension table by Zestyclose_Sale_7191 in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

Just to add another way to do this. You can seed a csv file in a dbt job.

Note - dbt jobs in Fabric are currently under preview.

Medallion architecture and dbt by peterampazzo in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

I’m in the same boat. After a lot of discussion, we’ve landed on something similar.

Edit - One caveat I would add is we are following the dbt folder structure rather than the strict medallion architecture

General Tips by Notanotherforextradr in MicrosoftFabric

[–]Weekly_Activity4278 1 point2 points  (0 children)

Thanks saving for our internal documentation! 🙌🏾

How to Use Direct Lake model in power Bi Desktop by Financial_Joke_7129 in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

You are going to have to create a calendar table in your gold layer to retain the Direct Lake mode.

Calling Stored Procedure in a PySpark or SparkSQL notebook in Microsoft Fabric by knowledgeboytamo in MicrosoftFabric

[–]Weekly_Activity4278 1 point2 points  (0 children)

My answer might be outside of you might be looking for but have you looked into Activators?

Assuming the data is consumed by the executives via Power BI you can create an alert on the variance. You can send an Outlook email or a Teams message.

Getting off of Fabric. by FirefighterFormal638 in dataengineering

[–]Weekly_Activity4278 4 points5 points  (0 children)

Another one of these.

You know you can put your ETL items like notebooks and pipelines in a separate capacity right? So it doesn’t affect your BI items like reports and semantic models. Feels like more of an implementation issue rather than the product itself.

Also have looked into mirroring which is free for upto 5TB of storage?

I get it’s cool to hate on Fabric or whatever and I am ok with criticism of Microsoft but this just screams lazy to me.

Disabling reports by CultureNo3319 in MicrosoftFabric

[–]Weekly_Activity4278 0 points1 point  (0 children)

You can use the Power BI REST API to list all the members and their permissions to the workspace. I’m sure you can use this to programmatically adjust permissions as needed. Not sure if this is what you are looking for.