How can you hide a column in Power BI while using a live connection

0 votes
How can you hide a column in Power BI while using a live connection?

I’m using a live connection in Power BI and need to hide specific columns from being displayed in reports for confidentiality reasons. However, since the data model is managed on the server side, I’m unsure how to achieve this within the constraints of a live connection. Could you explain the best way to hide or restrict access to columns in such scenarios?
Dec 17, 2024 in Power BI by Evanjalin
• 10,680 points
68 views

1 answer to this question.

0 votes

While you work in Power BI using a live connection, there is no way to control how the data model looks or its structure within the Power BI Desktop because the data model is managed from the server side, such as SQL Server Analysis Services or Power BI datasets. It means that there is no option for hiding columns directly within Power BI for effective ways to restrict access to columns:

Update the Data Model on the Server: The best way is to proceed with an update of the underlying data model on the server. An administrator model developer can hide the column in the data model by setting the visibility property to hidden in tools like SQL Server Management Studio (SSMS) or Power BI Service. Therefore, it will not be exposed to users connecting to the dataset.

Use Row-Level Security (RLS): Row-level security is most often assigned to restrict access to rows, but it can also be nontraditional about denying access to a particular column. For example, the calculated measure could be written to return blank or null values for restricted users so that they can view the sensitive data depending on the roles assigned.

Build a New Dataset: New datasets should be built with only the required fields in case a live connection cannot be modified. Excluding the confidential columns from the very beginning prevents them from being exposed in the reporting layer.

Such modifications require working with the data model owner or administrator since they necessitate an update to the source data model or configuration on the server. These processes will ensure security and consistency for all users and reports at the column level.

answered Dec 17, 2024 by pooja
• 11,310 points

Related Questions In Power BI

0 votes
0 answers
0 votes
1 answer

How to rename a column using DAX in Power BI?

Hi Ramya, I found these two function that ...READ MORE

answered Aug 22, 2019 in Power BI by anonymous
• 33,030 points

edited Dec 31, 2021 by Soumya 37,631 views
0 votes
1 answer

How do you Hide and Unhide a Specific Report in Power BI?

In the menu bar, choose the Selection ...READ MORE

answered Oct 20, 2020 in Power BI by Gitika
• 65,770 points
10,817 views
0 votes
0 answers

How would you parse a JSON column into a usable format in Power BI?

How would you parse a JSON column ...READ MORE

Dec 17, 2024 in Power BI by Evanjalin
• 10,680 points
55 views
0 votes
1 answer

Which one should I choose Tableau or Power BI?

Hi Grim, Both the BI tools - Tableau ...READ MORE

answered Apr 6, 2018 in Tableau by ghost
• 1,800 points
1,143 views
0 votes
1 answer

How to load file to Excel Power query from SFTP site

Currently, I don't think there is a ...READ MORE

answered Dec 3, 2018 in Power BI by Upasana
• 8,620 points
3,743 views
0 votes
1 answer

Bar chart : Arranging in descending order using data from another chart

Select treemap.  Make it active.  Turn on Visual Interactions ...READ MORE

answered Feb 8, 2019 in Power BI by Upasana
• 8,620 points
930 views
0 votes
1 answer

How to refresh a gateway running on Azure VM?

You can easily resolve this error by ...READ MORE

answered Jun 10, 2019 in Power BI by Avantika
• 1,520 points
1,355 views
+1 vote
2 answers

How can I count the distinct values in a column using Power BI?

In Power BI, use the DISTINCTCOUNT DAX ...READ MORE

answered Nov 26, 2024 in Power BI by Anu
• 1,200 points
310 views
0 votes
1 answer

How can you use Power Pivot in Excel to create a star schema model and integrate it with Power BI for reporting?

How Power Pivot gives optimal data models: ...READ MORE

answered Dec 2, 2024 in Power BI by pooja
• 11,310 points
70 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP