kpi
12 TopicsReport Server KPI Status
I am trying to create a dataset to control the status (red, green) of a KPI widget. I used the below query (minus count from year 1 YTD and year 2 YTD) hoping that just being a negative or positive number would provide me with my intended results however it looks like the KPI widget is expecting ecaxtly 1, 0, or -1. I am not sure how best to accomplish this. SELECT (SELECT COUNT(nEventID) FROM Xyz123View WHERE YEAR(tCreationTime)=YEAR(DATEADD(year,-1,GETDATE())))-(SELECT COUNT(nEventID) FROM Xyz23View WHERE YEAR(EMXMLAgencyEventView.tCreationTime)=YEAR(GETDATE())) AS differenceSolved861Views0likes1CommentReport Server Portal KPIs are huge now
Since we installed Report Server January 2022, the KPIs in the portal are huge. If you have enough, they push actual reports off the page. Is there anyway to change their size so they look like the other tiles on the page (the way they used to)?1.4KViews0likes5CommentsKPI Visual on SSAS Model doesn't work anymore
Hi all We have installed SSAS 2019 on a server and have the Januar 2021 Release on PBI RS installed. The KPI Visual doesn't work as expected anymore since the update to the actual PBI RS Release. I found a machine with the October 2020 Release of Power BI Desktop, where the KPI visuals are displayed correctly: After the update to the January 2021 Release I see the following: As you can see, I use exactly the same pbix file. The first two KPI Visual (from left) uses Measures from the SSAS model. You can see that the comparison value is no longer displayed. The third KPI Visual uses local Measures, which works correctly. Furthermore, SSAS based Measures, which are formatted as percentage, are not shown as percentage since last year. I posted this issue here: https://community.powerbi.com/t5/Report-Server/KPI-Visual-in-Life-connecton-doesn-t-show-Percentage/td-p/1541322 We have a lot of PBIX files, which are using SSAS based Measures. We cannot replicate all measures into the pbix file. This is not practical. Has anyone experienced this issue already? Regards Salvatore1.9KViews0likes6CommentsKPI Visual in Life connecton doesn't show Percentage
Hi all We have a lot of KPI Visuals displaying Measures formatted as Percentage. All was OK, until the last update of PBI RS. Since the Update, the KPI Visuals are showing decimal number only, but no Percentage. When I look at the Data (Show data) all looks OK This happens only when I access an SSAS model with a live connection. When I create a new PBI File in Import modus all looks OK. Has anybody experienced this as well? Any help is greatly appreciated. Salvatore654Views0likes1CommentDatasets for KPI's in Power BI Report Server
OK, I've been recreating content from Power BI service on our local Power BI Report Server. I've been struggling with the limitations of Report Server and currently I can't figure out how to create a dataset for a KPI. I need to put KPI's in my report folder because Report Server doesn't support dashboards... argh! When I try to create a KPI, I'm prompted for a dataset, but unlike Power BI service, there are no datasets on the report server to support the reports... argh! When I try to create a dataset, PBI Report Server opens SQL Server Report Builder, which won't work for me because I'm connecting to an Oracle database... argh! It seems like Power BI is an afterthought on Report Server. Can anyone help me create a dataset as an import from the Oracle database so I can use it as the dataset for a standalone KPI in the report folder? Thanks in advance!1.6KViews1like1CommentKPI visual connected to SSAS MD datasets that are set to refresh are not refreshing.
This is our first time setting up Power BI Report Server with KPIs. Current version is August 2018. I've created 4 visual KPIs on the Power BI Report Server that use 3 different shared datasets (uploaded separately to the server), the datasets all use the same Data Source and are MDX queries. The Data Source is a SSAS MD database and we have set it to "Using the following credentials" and set a specific Windows user with necessary permissions to the cubes. Two of the datasets connect to one Cube, the third DS to a different cube. User access has been tested via SSMS\browse an SSAS database\cube. NOTE: the SSAS MD Cubes are updated once a day usually around 7:00 AM (depending on ETL performance). Here's a sample of the dataset MDX: SELECT [Measures].[MYMEASURE] ON COLUMNS, [Event Date].[Fiscal Period Hierarchy].[Fisc Date].MEMBERS ON ROWS FROM (SELECT ( { StrToMember("[Event Date].[Fiscal Period Hierarchy].[Fisc Date].&[" + Format(now()-14, "yyyyMMdd") + "]") : StrToMember("[Event Date].[Fiscal Period Hierarchy].[Fisc Date].&[" + Format(now(), "yyyyMMdd") + "]")} ) ON COLUMNS FROM [MYCUBE] ) WHERE [Clinical Location Portfolio].[Organization Code].&[MYORG] All datasets are setup with Caching settings of: - Cache copies of this data set and use them when available - - Cache Expires on a schedule - - - Report-specific schedule = "Every 0 hour(s) and 15 minute(s), starting 7/17/2019 at 2:00 AM" The "Cache refresh plans" section is blank. In Report Server, running the dataset's "Load Preview" shows current\updated data. The caching setup has created 3 SQL Agent Jobs on my SQL Server. If I go to SSMS and run this query in the BIReportServer database it shows that these schedules are running and updating as expected: SELECT [job_id] as [SQL Agent Job ID] ,sj.[name] as SQLJob_Name ,cat.[Path] ,sched.[LastRunTime] as Schedules_LastRunTime ,sj.[enabled] as jobEnabled ,suser_sname([owner_sid]) as JobOwner_username FROM [dbo].[Schedule] as sched inner join [dbo].[Catalog] as CAT on cat.ItemID = sched.[EventData] inner join [msdb].[dbo].[sysjobs] as sj on sj.name = CAST( sched.ScheduleID AS CHAR(36)) COLLATE SQL_Latin1_General_CP1_CI_AS left join msdb.dbo.syscategories as sc on sc.category_id =sj.category_id left join msdb.dbo.sysoperators as op on op.id = sj.notify_email_operator_id order by [Path] My KPI properties are; - Value = Dataset field > I click "..." and pick a column from one of the dataset described above. - Goal = Not set - Status = Set manually and is "0 (neutral)" - Trend set = Dataset field > I click "..." and pick the same column as used in "Value". - Visualization = I select the "line". - Related content = I have a URL to a Power BI report that details this dataset. I believe that all of the dataset setup is correct and works fine. My reasoning is that if I: 1) go into "manage" a KPI to change it's properties 2) click "..." on either "Value" or "Trend set" that I have pointed to a dataset, and re-select the dataset & column, when I click OK and return to the KPI properties page, the preview of the KPI will now be updated with the new value and trend line! Click "Apply" and return to the Power BI Report Server home page and the KPI is showing the updated values. The SSAS Cubes are only updated once a day, and each day the KPIs are still displaying the values they had when I last modified a KPI property. I read this post from a year ago "KPI s fail to refresh sometimes - BUG" https://community.powerbi.com/t5/Report-Server/KPI-s-fail-to-refresh-sometimes-BUG/m-p/207249 which a microsoft employee said "We will report this issue internally later. ". Following that post someone else posted on Jan 4, 2018 that they had the same issue and were wondering if it has been fixed. Maybe I have the same issue? Maybe this is a similar issue here (this person's using Jan 2019 version) "Schedule Refresh is not working for newly published report after Report Server January 2019 upgrade" https://community.powerbi.com/t5/Report-Server/Schedule-Refresh-is-not-working-for-newly-published-report-after/m-p/740755#M10992 Maybe I have missed a setting or service that needs to be enabled? I have not found any mention of this problem with KPIs anywhere else. Hoping this detailed post will drum up a response (and fix?). ThanksSolved1.5KViews0likes2CommentsRLS for PowerBI report server Paginated Reports and KPI
Hello All, I am trying to create a dashboard kind of user experience in powerbi report server using KPI's and Paginated Reports using SQL Server Report Builder. I did created some KPI's and published on to our powerbi Report Server. But i would like to restrict the data at user level, like as we apply RLS in Cube or Reports by creating Roles and giving access to them based on their username. Is RLS is available on PowerBI report server KPI's or paginated reports. If it is possible, then please guide me. Regards, Mohan V.2.6KViews0likes3Comments