Forum Discussion
arichmond
1 year agoFrequent Visitor
Send object to the back with dax
I have a page I want to hide for certain users. One work around I have found is to add a square over the data so that it cannot be seen. Here is the code I used to make that square transparent: Hi...
- 1 year ago
I solved this issue by using this tutorial Using Conditional Formatting to Display a Message Instead of a Blank Visual | parry2k
I was able to do a measure
Color Text = "#FFFFFF" &IF(SELECTEDVALUE('User Master List'[Type]), "00" )Then connect that to my visuals via the font color formula on the data labels. If the wrong user is connected, the visuals will say error.
lbendlin
Super User
1 year agoPage level security does not exist. Don't waste your time.
It is not possible to change the Z order programmatically. If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com