needhelp
14 TopicsGet User Download Log From Sql Server
Dear all, Currenly we're running PBIRS on our local server. We would like to track our user's download log from the sql server. Example: TimeStamp UserName ObjectName TypeName Path IP 2024-08-10 Alex CustomerProfile PBIReport /DeptA/CustomerAll/Customer 175.75.10.51 2024-08-15 Alice Purchase_1M PBIReport /DeptA/PurchaseAll/Purchase_1M 175.75.25.55 2024-08-17 Amber PurchaseAll Folder /DeptA/PurchaseAll 175.75.30.52 Thanks! Best Regards, AlexSolved1KViews0likes2CommentsReport Builder Paginated report w/ 2 datasets sharing common Parameters issue
I have a Paginated Report (I am using a tabular model from our analysis server) question as I have 2 datasets joined by a common Parameter which is the DateColumn MonthYear- I have these referenced inside both datasets like so: (dataset1 uses both parameters for filtering but I want dataset2 to only use the date filter) Dataset1 has YearMonth and PhysicianOrg parameters but Dataset2 only has YearMonth as we do not need the PhysicianOrg parameter for Dataset2. I have a total of 4 datasets from the same source. Dataset1 will be filtered by both Physician Organization and Date (monthly reporting) and DataSet2 will only be filtered by YearMonth. I created 2 new tables for both Parameters (YearMonth and PhysicianOrg). Dataset2 only references the yearMonth parameter which is what I want as I wish to COMPARE the OVERALL score to the score which will be filtered by both YEARMONTH and PHYSICIANORG. When I add a new table and reference dataset2 along with dataset1 in one table it does work. I tested this expression from Dataset2: =Lookup(Fields!YearMonth.Value, Fields!YearMonth.Value, Fields!ID_AllowedPMPMYTD_.Value, "DataSet2") AND =SUM(Lookup(Fields!YearMonth.Value, Fields!YearMonth.Value, Fields!AllowedPMPMYTD_2.Value, "DataSet2")) and it does NOT WORK. (the numbers are not matching the excel formula which is =IFERROR(CUBEVALUE("Cube",GM,CubeMeasures!$D$25,CurrentMonth),0). (the current month is hardcoded and referenced I tried this expression inside the same table and referenced Dataset2 but that did not work. I am trying to match an excel formula report which uses HFPN overall is just AllowedPMPMYTD =CUBEMEMBER("Cube","[Measures].[AllowedPMPMYTD]") (it filters by month using How is this matched in Report Builder??? Do I need to use a DAX variation of CURRENT MONTH? I use the formula below sliced by yearmonth (SQL via Tabular Model) in Report Builder: The question is how do I show both results from 2 datasets in one paginated report? I just need one column with the same expression to filter differently: The Rate Column Filters by both parameters and the HFPN column filters by yearmonth column. Any suggestions? I created dataset2 just for HPFPN overall which I am currently hard coding until I can work this relatively simple problem out. EVALUATE SUMMARIZECOLUMNS('Providers'[PCPLocation], 'Providers'[PhysicianOrganization],'DateDim'[Year],'DateDim'[MonthNameAbbreviation],'DateDim'[YearMonth], FILTER(VALUES('Providers'[PhysicianOrganization]), 'Providers'[PhysicianOrganization] = @PhysicianOrganization),FILTER(VALUES('DateDim'[YearMonth]), ('DateDim'[YearMonth] =@YearMonth)), FILTER(VALUES('Patients'[Populations]), ('Patients'[Populations] = "GM")), "UniquePatients", [UniquePatients], "TotalCostYTD",1.3KViews0likes2Commentshide a text box if a Tablix shows "NoRowsMessage" or has not rows in PBI report builder
Hi, In Power Bi report builder, I need to hide a text box if a tablix shows "NoRowsMessage" or does not have any rows. I've tried different options,none of them worked. I pasted them into Properties->Visibility->Hidden->Expression =IIF(CountRows("DataSet1") > 0, False, True) =IIF(CountRows(Fields!Title.Value, "DataSet1") < 0, True, False) Please tell me a solution.844Views0likes2CommentsDynamic RLS with Hierarchy for Embedded Paginated Reports in Power BI Desktop
Hello Power BI Community, I hope this message finds you well. I am reaching out to seek your expertise and guidance on a challenge I am currently facing with implementing dynamic Row-Level Security (RLS) with Organizational Hierarchy in an embedded paginated report. I have successfully implemented dynamic Hierarchy RLS for standard Power BI reports. The RLS is designed to allow Level 1 employees to view only their data, Level 2 employees to see their data as well as the data of all employees at Level 1 reporting to them, and so forth. While this dynamic Hierarchy RLS is working seamlessly for Power BI reports, I have encountered an issue with embedded paginated reports. Example, Level 1 employees can see not only their own data but also the data of their peers at the same level. I would greatly appreciate any guidance or assistance from the community on resolving this issue. If anyone has experience resolving such challenges with embedded paginated reports in Power BI Desktop, your insights would be invaluable. Any suggestions, best practices, or troubleshooting tips to ensure that the RLS filters out data accurately, maintaining the hierarchical structure for embedded paginated reports as well. Thank you in advance for your time and expertise. I look forward to your insights and suggestions.Solved983Views0likes3CommentsReports Not Loading in Production Environment
I used a Web API for a Power BI report, published it, and deployed it in our Production setup. However, among 47 reports, only two face an 'InvalidOrMalformedSemanticQueryDefinition' error. These reports act inconsistently, sometimes loading data and visuals and sometimes not thus giving an error, especially when refreshed or opened. This inconsistency in loading poses a challenge in ensuring consistent accessibility and functionality for these particular reports. Reports are working fine in Power BI Desktop and Power BI Service. If somebody can help on this issue, I'd greatly appreciate it.1.2KViews0likes3CommentsEmbedding Paginated Report with Subreports in Power BI Desktop
Hello Power BI Community, I hope this message finds you all in good spirits. I am currently working on a project where I am attempting to embed a paginated report with subreports built on Report Builder into Power BI Desktop. While I've successfully embedded the main report, I am facing challenges with drill-through on the subreports. The subreports do not redirect within the embedded environment. I would greatly appreciate any guidance or assistance from the community on resolving this issue. If anyone has experience embedding paginated reports with subreports in Power BI Desktop, your insights would be invaluable. Additionally, if there are alternative approaches or best practices for achieving similar results, I am open to exploring those options as well. Thank you in advance for your time and expertise. I look forward to your insights and suggestions. [Note: Embedding in Power BI to acheive different groups/roles for RLS]Solved1.1KViews1like2CommentsPower BI Report Server lock Publish button
Hello all, With the new update of the Power BI Report Server there is the possibility to migrate the reports to the cloud with one click on the button "Publish". Is there a possibility to lock this button. We want to prevent that reports are thus migrated to the cloud and thus the data also ends up in the cloud. Thank you600Views0likes1CommentIncremental Referesh in Report Server
Dear community, I need your help. How can I set an incremental Refresh with power bi Desktop (reports server version January 2020) ? I need to call a dataset for 12 months of data and keep the last month updated. It means I don't need to refresh the whole dateset every time I want to see the latest updates. How can I do that?Solved8KViews0likes8CommentsPower BI Datasets and Gateway
I'm having a big problem with my datasets and the gateway I had problems with my last gateways connectors So I decided to delete all and start all again But know Power BI Server isn't connecting to my Gateways I have two gateways (standard and personal) both are online but Power BI is showing that non gateway is installed or online Why is this happening?628Views0likes1Comment