link
8 TopicsSeptember 2022 PowerBI Desktop for **RS** download
Hey folks, We use an older version of PowerBI Server (on-premise) of September 2022 and are not ready to update/upgrade because of the amount of time and effort needed to fully test all the reports on the new version. Please help me get the installer for the client application for Windows x64: PowerBI Desktop RS (September 2022). I guess the file name should be PBIDesktopSetupRS_x64.exe I have searched everywhere, still cannot find it. It is a pity Microsoft removed it from public repository. Please feel free to direct message me. CheersSolved2.8KViews0likes6CommentsIn the power BI Network Navigator visualization, how do I add a text field value as a link label?
In the power BI Network Navigator visualization, how do I add the value in a “notes and keywords” field as link text for the link between nodes? I have a field called "Notes and keywords" that explains why any two nodes are connected. How do I add the text from this field to the connector, preferably as a mouseover? Thanks!!!!Previous version. Microsoft Power BI Desktop (Optimized for Power BI Report Server - September 2021)
Hi there! Could you kindly help me with a link to Microsoft Power BI Desktop (Optimized for Power BI Report Server - September 2021)? In my organization 2021 RS, but i cant find @"PowerBI sept 2021" for RS version anywhere.Solved1.2KViews0likes1CommentCopying info from one table to another
I have two tables. One contains the data separated by a line, and the other by column For example: How can I get the Total Employer data from the First table and put it in the Second Table in the Related Field? The result would be this. I am not able to perform.Solved568Views0likes1CommentHyperlink multiple slicers to a link
Dear Team, I have a test link https://powerbi.com/reports/powerbi/Production/testData_abcd and a slicer called "Region" with data: DE, IN, US,... Requirement: if users select a Region option then that value will be added as a tail in the link above. I already found a way with IF formulas: a) RegionSelected = IF(ISFILTERED(Sheet1[Region]),SELECTEDVALUE(Sheet1[Region]),"Select all") b) Formula1= IF([RegionSelected]="Select all","https://powerbi.com/reports/powerbi/Production/testData_abcd","https://powerbi.com/reports/powerbi/Production/testData_abcd?filter=Sheet1/Region eq '"&[RegionSelected]&"'") it meets the request, BUT if we have multiple slicers then I have to create another IF for each slicer and combine all of them in the DAX. It look too lengthy and unprofessional... For example: I have one more slicer called "Component". Another IF have been created as following: c) ComponentSelected = IF(ISFILTERED(Sheet1[Component]),SELECTEDVALUE(Sheet1[Component]),"Select all") d) Formula2 = IF([Formula1]="https://powerbi.com/reports/powerbi/Production/testData_abcd", IF([ComponentSelected]="Select all", [Formula1],[Formula1]&" and Sheet1/Component eq '"&[ComponentSelected]&"'") Question: Do we have another way to sync slicer with a link? Or another concise formula that can solve this problem? Could you please check and support? Thank you.Solved1.6KViews0likes2CommentsDoes refreshing a Power BI Dataset connected to Salesforce refresh the Salesforce Report?
I have a Power BI Report that is referencing a number of salesforce reports. I have the PBI, set to refresh daily. What I want to know is do I also have to set the Salesforce reports to refresh on a schedule in salesforce as well? Basically, does the Power BI dataset refresh cause the salesforce report to update automatically?Solved1KViews0likes1CommentPower BI report server bookmarks, navigating through pages.
I'm working on report server. I need to be able to navigate through report pages. as long as i know bookmarks are not available in report server but when i create a shape and then go to "format shape" it shows section "Link". after i turn it "on" it shows "type" in tyoe i choose "bookmarks" and there is "none". is this some alternative to a bookmark feature or what is it.?Solved12KViews0likes7CommentsHow to hyperlink to a specific page in a PBIX?
We are rolling out Power BI Report Server Jan 2019 on-prem. Our report developers have created PBIX files with 20+ pages. Is there a way to link DIRECTLY from a web page to a specific page in a PBIX file? This was easily done with Excel like below, but I can't find an equivalent in Power BI. <a href="/Reports/ReportsA-Z.xls">Reports</a> <a href="/Reports/ReportsA-Z.xls#ReportA'">Report A</a> <a href="/Reports/ReportsA-Z.xls#ReportZ'">Report Z</a>485Views1like0Comments