visuals
11 TopicsHiding Visuals Based On a Measure
We have BI Report Server, and our clients are slowly migrating to our PowerBi plat from. We found that when we adjust the URL clients can see all the data. I have created the below measure and added it to some visuals on the page and some visuals are hidden and some does not work. Cards, Barcharts that already have a measure in value, and the data story IsAuth = IF( ISFILTERED(qU[Is]), 1, 0 ) I followed some post and created a shape and used conditional formatting based on the measure. So it hides the visual but not only does this disable the interaction with the visual but on the web site once you load the page or refresh the page then there is a blue over lay before it turns to white or transparrent. zShapeTransparency = IF( [IsAuth] = 0, "#FFFFFFFF", -- Set color to black when IsAuth is 1 (fully opaque) "#FFFFFF00" -- Set color to fully transparent when IsAuth is 0 (using ARGB format, where FF is the alpha channel for transparency) ) Is there another way of approcing this?371Views0likes0CommentsPowerBI Jan 2020 Some Visuals not rendering for some users
Hi, Investigating a strange issue, certain users are finding that on certain published dashboards visuals are just not displaying. They displace find for other users on different devices. Tryed comparing devices and no obvious differences... Different browsers doesn't seem to make any difference either... Anyone experienced anything similar?470Views0likes1CommentPower BI : not working offline
Hi All, I have hosted Power BI report on report server which while accessing in offline mode showing below errors- I have decompiled pbix files to check if any of these links are referred in any js or json file but there's no such links are defined.742Views0likes2CommentsShape map visual on Report Server
Hi We want to show maps (with coloured regions) in our reports while using visuals not connecting to the internet. The Shape Map visual seems perfect for that but it has been i beta for more than a year and is therefore neither available on the Report Server or Power BI for RS. Should we just give up on it ever becomming GA? Does anybody have alternative solutions to showing shape maps (topojson, geojson or anything else I can convert to) wtih colouring from data on the Report Server?Solved4.1KViews1like2CommentsManagerial Hierarchy
Gday, I have a data set with two colums: EmployeeName and ManagerName. This is a recursive structure and *almost* fits the Heirarchy Chart visualisation constraints. The problems I have are: - The *absolute* top record (the CEO) does not exist so there will be no records that have a NULL in the ManagerName field - We want to be able to slice this data at any level to look at department/divison/team structures. Again, the top level manager will not have a NULL in the manager field. The manager of this department is managed by someone but they are not in our selection criteria. I dont really need a visual flowchart as such, an indented (collapsible?) text based list would suffice. Does anyone have any experience in this area?Solved962Views0likes1Comment+/- icons on matrix (PBIRS jan19 release / IE11)
Hi, When I publish a report with "+/-" icons on a matrix to the 'Power BI Report Server' and open the report in IE11 the icons are huge. I have tried clearing browser data. It works as expected in Chrome (after clearing browser data) and Edge. Anybody else has this issue? Regards TaicoSolved1.1KViews0likes1Comment