cancel
Showing results for 
Search instead for 
Did you mean: 
carlos_tasayco
Contributor
since ‎02-05-2025
Friday

User Stats

  • 18 Posts
  • 2 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Hello,My table in databricks is using a function to mask PII columns, in my power BI report I am using import mode.I notice that my report in power BI will have the PII masked depending on the privileges of the user who publish the report, it means i...
I have a job where I am refreshing my power bi semantic model, now my commpany change the workspace from Premium to Fabric, I am receiving this error message:Run failed with error message System error occurred during execution of task Power BI Task: ...
Hi,I have in my bronze schema json files, I am flattening them in a dataframe after that I am creating materialized views in a dlt pipeline, however, in production is taking a lot of time (over 3 hours) is not even a lot of data the biggest materiali...
Hello,I am struggling with this problem I need to update databricks repo, to only sync some files according to documentation is possible:https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/sync-commands#only-sync-specific-filesIn my work...
In my organization we mask some column because they are PII, I have a dlt pipeline, I am masking these columns like this:CASE WHEN is_account_group_member("BDAIM-{environment.upper()}-PII_Unmask") THEN Personshopper.firstName ELSE mask(Personshopper....