Forum Discussion
smartcompany
4 years agoFrequent Visitor
How to Show a Conditional Column on a Dash Table?
Hello, guys! How are you doing? I have a single report for many different clients (we separate them by clientID on Embedded). So, there is a client who needs to see a column called "CostCent...
- Anonymous4 years ago
HI smartcompany,
Perhaps you can configure a custom replace function in the query editor and use parameters to control when to replace these field values to blank.
Solved: Replace value in Power Query based on condition - Microsoft Power BI Community
#"Replaced Value" = Table.ReplaceValue(#"Changed Type",each [Column],each if parameter= true then "" else [Column],Replacer.ReplaceText,{"Column"})Regards,
Xiaoxin Sheng
Anonymous
4 years agoNot applicable
Hi smartcompany,
Did you mean the object-level security? If that is the case, please refer to the following document to know more about this feature:
Regards,
Xiaoxin Sheng