interesting links
10 TopicsHow to export a pagianted report for each filter value
Hi, A customer has a requirement that a paginated report should be exported for each email in the database separately with a single click. Power Automate would be a default solution but the export file for power bi or paginated reports requires a dedicated capacity and premium license so thats not an option They are willing to do a manual export as long as the reports are saved for each email separately. Is there any way I can achieve this? One ofcourse is that the customer will select each filter manually and then export and then select another value and then export but I was thinking of easing it a bit for them.Solved1.3KViews0likes1CommentAdd ALL to list of values in a Paginated report parameter
Hello All, I have added ALL as a row value to one of my parameter in paginated report with below DAX. EVALUATE UNION ( DISTINCT(SELECTCOLUMNS(Projects, "Top_ProjectManager","ALL")) , SUMMARIZECOLUMNS( Projects[Top_ProjectManager], KEEPFILTERS( FILTER( ALL( Projects[Top_ProjectManager] ), NOT( ISBLANK( Projects[Top_ProjectManager] )))) ) ) In my master dataset now I need to make the query work as By default the parameter value should be selected ALL, so I have made Parameter default values as below. when ALL is been selected, the report should view all of the values in that column. If any perticual value selected then the report should filter based on that. The master dataset query i have written as below FILTER(VALUES(Projects[Top_ProjectManager]), OR(Projects[Top_ProjectManager] = @ProjectManager, @ProjectManager = "ALL")) But in dataset properties Parameters query what should i mention i am unable to understand it. Can anyone please help me wih this. Thanks, Mohan V.538Views0likes0CommentsPower BI Report Server - Get number of User Sessions/ Report Views/ Frequency of Usage for a Report
Hi, As I can see, there is no specific field that tracks User Sessions on Power BI Report Server. There is no log out option for the user on the web-portal either. Similarly, I found the logs very confusing and I m not sure if the approach taken to count total number of Report Views is Correct. I m inferring count of distinct execution ids where ItemAction != "SaveToCatalog" and != "DataRefresh" from ExecutionLog3 as total number of Report Views. Is this correct? I intend to track the frequency of access to a report by users and track the total number of views by each user. Is there a way I can get the total number of user sessions and frequency of usage. Thanks & regards, Mannu2.1KViews0likes2CommentsWhere Can I find the published report in PowerBI Server
Hi experts, Could you please help me to find the publised report in PowerBI report server? I am trying to find the published report in PBIRS folder in PowerBI Server, but i couldn't. Where the publish report get stored in report server? Thanks19KViews0likes12CommentsEmbed Report to Website
Hi Community, Please assist me in embedding Report to Any Custom Visual. 1. By using publish to web option and embedding that link into website, it is not secure since there is sharen at the bottom. 2. So I tried Registering the application and Downloaded the Template as in https://powerbi.microsoft.com/en-us/developers/embedded-analytics/. On Running the code in Visual Studio i am getting my expected output in local host. Requirement: How to emded into any custom webiste. I am a beginner i dont know to embed the code in visual studio to my website. Please Assist me. With regards, Thanks in advance, Ambhika.554Views0likes0CommentsIs powerapps visual still not available in powerbi report server??
Its been more than 6 months that powerapps preview visual included in powerbi visuals gallery. lots of questions were raised about power apps visual not working properly in powerbi report server. it shows as below when we load it into powerbi report server. its just keep on loading. Any news of making available of powerapps visual in power bi report server sooner or later. REgards, Mohan V.703Views2likes0CommentsDo Power BI report server support OLE DB driver?
As the title described, if we defined Power BI desktop that loads the data source from OLE DB driver, will it able to publish to BI report server (on-premise) and share the web portal to each web users? Additionally, I noticed the Power BI desktop version and report builder are similar, but the report builder has just subset of BI desktop version's functionalities. So will the functionalities in report manager be ONLY supported in Power BI Report server? what’s propose for each ones?3.6KViews0likes4Comments2017 october update report server: Is it possible to automate Scheduled refresh?
Hi all, Scheduled refresh functionality is given in Report server's October 2017 update. So in scheduled refresh tab I am able to set scheduled refresh plan for upto 1 minute. My Data Source type is MySQL. I have set scheduled refresher for 1 min. So after 1 min I am able to get updated data form MySQL. But for this I need to click on Refresh Now button or on report I need to click on Refresh button. then and then only my data gets updated on all visuals. So my question is it possible to automate this scheduler refresh activity? Like whenever MySQL data gets refreshed after 1 min then automatically it gets reflected on all visuals without clicking on refresh button? TIA. Regars, Shraddha1.5KViews0likes2Comments