Forum Discussion

effertz12's avatar
effertz12
Helper II
4 months ago
Solved

Privacy Levels and Static Enter data tables

Obviously theres no "ignore privacy levels" option in service. I am using a local sql server table in my semantic model to filter down data i am getting from snowflake. Even when setting the privacy ...
  • SaiTejaTalasila's avatar
    4 months ago

    Hi effertz12 ,

     

    To avoid cross-source mashups in Power BI Service. Stage your SQL filter table into Snowflake (or replicate Snowflake metadata into SQL) so all joins happen inside one source, then connect Power BI only to that unified source. If staging isn't possible, use a Power BI Dataflow to load each source separately and combine them there before loading into your dataset. As a last fallback, keep a static table in the model.

     

    Thanks,

    Sai Teja