User Profile
NV
Advocate II
Joined 10 years ago
User Widgets
Contributions
Re: Page View = 'Fit to Width', but not wider than actual width
We need this! Either so that the 'Fit to width' does not exceed the actual width or so that the maximum width can be set in the page formatting pane i.e. Fit to width with max width = 1000px. The current options you have when the page is supposed to be scrolled i.e. either 'Actual width' or 'Fit to width' do not offer a good control on user experience. Adding the max width rule would make this 100% better.166Views0likes0CommentsRe: Remove adding new datasets/reports to dashboards automatically when uploading new .pbix file
At least make it configurable, so that administrators can turn off this feature. We share content with many external users and they are not in any way supposed to see each others reports. This is a constant struggle for us to try to maintain that no such mistakes are made. This feature makes this a very tedious task.122Views0likes0Comments- 678Views0likes0Comments
Remove adding new datasets/reports to dashboards automatically when uploading new .pbix file
When uploading a brand new .pbix file to the service, a tile with a link to the report gets added to an existing dashboard. This is totally un-necessary and a huge potential data security risk. E.g. if the dashboard has been shared to someone, they immidiately get access to the newly added report! If they are not supposed to have access to the content, it becomes a race agaist time to find which dashboard the tile has been added to and remove it before its too late. A very irrational feature in so many ways...122Views3likes2CommentsMake design elements un-selectable
Elements used primarely for design purposes such as images and symbols should have the option to be un-selectable when clicked on in the power bi service. Now selecting a design element will push it to the top of the design, usually blocking graph elements that are on top of it. In some cases images may be used in dashboards (logos etc.) so pinning should be made possible, but otherwise there is no need for these elements to be selectable in the report view in the service.145Views4likes2CommentsRe: Can't share dashboards
Same problems here. In one of the tenants I have access to, this exact problem started to occurr. A couple of dashboards do not even have the share button and the ones that have, do not work ie. clicking them does nothing and its cross-browser. We also are experiencing other related issues when sharing to outside users. Please comment to the following thread if you are having trouble sharing to outside users: https://community.powerbi.com/t5/Service/Something-not-right-when-sharing-to-outside-users/m-p/6012315KViews0likes0CommentsSomething not right when sharing to outside users
During the summer months there has been some updates to the service that seem to have affected the ability to share to users outside of the tenant. Before, we have been able to succefully share to outside users (our clients) the progress of projects etc., but lately there seems to be re-occurring problems with sharing. There is no row level security enabled in the reports and no pro version features have been used (also, both parties do have the pro version). The problems happen from multiple tenants that I have access to and is not limited to specific email addresses or users. It seems to be a legit bug in the system, because we are not the only ones with similar problems. If you are having problems with sharing, please comment, so that the PBI-team can better trace the problem. This is one of the errors: You don't have access to this dashboard This invitation contains dashboards, reports, or data outside your organization that cannot be viewed Please try again later or contact support. If you contact support, please provide these details. Activity IDfab0507c-4f05-462c-988f-cfa4b8673dc5 TimeThu Aug 18 2016 22:21:57 GMT+0300 (Suomen kesäaika) Correlation ID7f64c2a1-20c5-2217-072d-11a7c1bc3cd0 Version13.0.1605.328 Cluster URIhttps://wabi-north-europe-redirect.analysis.windows.net/3.5KViews0likes9CommentsRe: Sharing Dashboard outside of our organization stopped working
We have the same issue. We rely heavily on being able to share dashboards with our clients, but something has happened during July. 1) the direct link under the "Access"-tab in the sharing window does not work for users outside of the organization 2) even the invitation link (invitation email) does not work all the time We do not have row level security enabled and this happens with both the free version and the pro version. Before july these were working fine. Anyone else experiencing these issues?1.3KViews0likes0CommentsRe: storing and using measure names from a table
Hi ThomasDay, thanks for reaching out to me. If I've understood the question right, what you are trying to do is quite complex, so I can't think of a clean cut solution for solving this. Here's how I've understood this so far: For simplicity, lets say you have 1 report page with 3 card vizualizations (25th percentile, 50th percentile, 75th percentile). You want to use a slicer with 100 + measure names, so that when you select a measure from the slicer, the three cards will reflect each percentile calculated with that measure. Eg. selecting FTEsAcuteCare from the slicer would result in the cards displaying each percentile for FTEsAcuteCare. Let us know if this interpretation of the problem is close enough and maybe someone else might have a light bulb moment and step in :) If this is accurate, then for one the measure should result in a vector of values, not a value, because you have to have a vector of values to be able to calculate a percentile. I assume that your measures are set up like this, so one solution would be to use the SWICH statement (as in the parameter table link above) where you check which value has been filtered from the measure table and catch the selected measure with a SWITH statement like: 25thPERCENTILE = IF ( HASONEVALUE ( Measures[MeasureName] ), PERCENTILEX.INC(ALLSELECTED([ProviderNo]), SWITCH ( VALUES ( Measures[MeasureName] ), "FTEsAcuteCare", [FTEsAcuteCare], "2ndMeasure", [2ndMeasure], ... ) , 0.25) ... This is not dynamic as the measures have to be hardcoded into the dax-statement, but with good documentation and a mainenance plan for updating the dax-statements, this might be a simple enough approach. Of course there could be a more dynamic solution to this, but let me know if this brings you any closer to a solution that would suit the requirements.7.7KViews0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.