help me
160 Topicssingle measure select multiple value shows in one graph
how to show three different values in one graph Redution buckts Ex Rate New Materials scrap values 0.7 0.17 0.45 0.7 0.27 0.35 0.7 0.17 0.45 Valueof Month Values Dec 2020 120 -> starting inventory Jan 121 feb 111 March 121 --> end inventory Graph should like below any idea . thanks in advance812Views0likes2CommentsHow to embed a Power BI report into a web application
Hi everyone, I'm asking for some help to understand how to embed a Power BI report into a web application that the development team is building for the client. I'm currently working on a Power BI report that will later be embedded into the client's web application (so it will be private, not public). What do I need to do on the Power BI side to allow the report to be embedded? Please note: - The website is accessed through Single Sign-On (SSO). - We have capacity premium. - Users will already be logged into the web application. - They should be able to view the report as soon as they click on the "Dataplatform" section. Thank you very much for your support!Solved7.7KViews2likes7CommentsRelationships Break When Server Refreshes
Hello All, I'm reposting this as I did not get any feasable solutions and I'm pretty sure this topic went stale. Also, I'm using the May Desktop and Server edition of PBI. I've got this really strange issue that only rears it's head when viewing my dahsboard from the report server. A few of my tables have a dynamic X axis, where I can select how I want to view my axis from a slicer drop down. I've done this by adding an index column to my source data and creating a reference table from it. Next, I unpivoted the columns in the reference table that I want shown in my slicer drop down. I create a relationship between the two tables using the Index as the bridge and it's cross filtering in both directions (pic1). The slicer dropdown field has the ref table "attributes" and the chart axis field contains the "values" from the ref table. Boom, it works as expected in PBI Desktop. Great! Here is a pic showing what it looks like and using a page level filter to prove that the data is filtering correctly (pic 2 & 3). However, when I publish it to the server and it refreshes the relationships go haywire and I get funky data when filtered (pic 4) ie. When page level filter is for West, Visual should only show the West Divison, not all. (Just to clarify, the relationships look fine in the server after publishing until I give it a refresh.) The next thing I do is click "edit in PBI Desktop" and once it's on my desktop, what do you know, all the realtionships are fixed again and the report functions as intended without me doing anything. So why are the relationships getting skewed in the report server, but get fixed automaticaly once I pull the report into the Desktop app? I can asume something with the indexes is going off the rails during the refresh, but then why the automatic fix once pulling the report into the desktop app. Can anyone please provide me with some insight on this issue i'm having? Relationship set up: Finished Product Works in Desktop App Does not work when server refreshes3KViews2likes5CommentsMDS Override Dax Query
Hi, One of my ex-colleague designed the below DAX query for the access override roles in the analysis service to provide additional access to the selected colleagues based on the superior they have access to. We recently realized that DAX is only returning two override values (MAX &MIN) and is skipping all the others leading to limiting the override access for a particular colleague to only 2 even if that colleague has permission to override more than two. DAX:(PATHCONTAINS( HR_Supervisory_Org[Path*], MAXX(FILTER(HR_Supervisory_Org,HR_Supervisory_Org[LoginId] = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MAXX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 1 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MAXX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 2 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MAXX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 3 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MINX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 1 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MINX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 2 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) || (PATHCONTAINS( HR_Supervisory_Org[Path*], MINX(FILTER(HR_Supervisory_Org,RELATED(Sup_Org_RLS_Override[Business Manager 3 Login Id]) = USERNAME()),HR_Supervisory_Org[Colleague ID]) ) ) I have tried distinct and rankx but it seems I'm not using it properly and hence is giving error. Please help me in getting the issue fixed. The goal is to get all the colleague ID whose access is permitted to the one who is logging in instead of getting just the highest colleague id and lowest colleague id which is happening now. Please let me know if I need to add more info.Solved715Views0likes1CommentIs there a way to display a category count as "less than #" if the count is less than a value?
Hello wonderful BI-ers, I am working with FERPA protected data and cannot display the count of a demographic category if the count is very small, because the person/people in that category might be able to be identified. So instead, I want to display the count of a category as "less than 5" if the count is less than five, but retain the numeric count values for categories where the count is over five. This count would be in a tooltip. In other words: when I hover over a column in my bar chart, I want to display a text value if the count is under a threshold, and a numeric value if the count is over a threshold. Here is a sample of the data (not actual numbers): Year Race Count 2020 White 189 2020 Black 27 2020 Asian 89 2020 Other 2 2019 White 234 2019 Black 54 2019 Asian 4 2019 Other 6 So in this case, when I hover over the bar for [Year=2020 Race=Other], and [Year=2019 Race=Asian], Instead of the tooltip displaying "2" and "4" respecively, I see "Less than 5" (or "< 5"). I have a tooltip set up right now displaying counts in categories, what I'm asking is about displaying those values as text based on a condition. Is this possible?Solved1.6KViews0likes2CommentsHow to remove Scientific Notation
In my table data looks like Scientific Notation.please find the screen shot. i have used below measure for the graph Total Month = IF(SELECTEDVALUE('Order Table Total'[Sno])="6.Total Month Variation",CALCULATE(SUM('Master Data Base'[Value]),ALLSELECTED('Order Table Total'[Sno])), SUM('Master Data Base'[Value])) how to trun off scientif notation in my report . i am trying to Format i am getting Error. Looking for support.Solved8.2KViews0likes6CommentsCompare the value multiple column
trying to compare the multiple columns to find item available and item not avaialbe Itemcode Reference Bom Itemcode Bom Description 1011 FZ FZ TearTap 1022 GH GH Printed 1033 KL item not required - BOM 1044 VB Bundlepaer 1055 CB CB Case lable i am trying to compare if both reference bom and Itemcode bom values are same its return Item Available . If refernce bom and itemcode bom values are not match its return Item not available .' another condition if refence bom and itemcode bom values not match or blank same time description column if word contain item not required its return No issues. Expected output : Itemcode Reference Bom Itemcode Bom Description Status 1011 FZ FZ TearTap Item available 1022 GH GH Printed Item available 1033 KL item not required - BOM No issues 1044 VB Bundlepaer Item Not available 1055 CB CB Case lable Item available . Looking for support .thanks in advance .Solved1.3KViews0likes6CommentsLookup Function not return the value
I have the two table Global parameter and Remark2(local) . i am trying to get BOM value from Remark2(BOM) in Global parameter table using the below Lookup val-Remark 2 - BomText = //CALCULATE ( // FIRSTNONBLANK ( 'Remark2 (local)'[BOM Text (Parameter BOM)], 1 ), //FILTER ( ALL ( 'Remark2 (local)' ), 'Remark2 (local)'[Number] = 'Global Parameters'[Item Code] ) //) CALCULATE(SELECTEDVALUE('Remark2 (local)'[BOM Text (Parameter BOM)]),FILTER(ALLNOBLANKROW('Remark2 (local)'[ItemCode]),'Remark2 (local)'[ItemCode]=='Global Parameters'[Item Code]),ALL('Remark1 (local)')) But Lookup function dosn't work . i have attached power bi file reference Power BI File Global Parameter : ItemCode Rev Outer FA031375.12 11 Thenna FA031375.13 9 Thenna Remark2 (Local) ItemCode Rev BOMTEXT(Parameter BOM) FA031375.12 11 Thenna FA031375.13 9 Thenna Execpted output: ItemCode Rev Outer BOMTEXT FA031375.12 11 Thenna Thenna FA031375.13 9 Thenna Thenna Looking for support . thanks in advance .Solved770Views0likes2CommentsConditions True or False based on the two table
I have a two table one table Global Another one Local . Both table have common value Itemnumber , based on Global Table : Itemnumber Pack 101 102 103 NewHL 104 NewPack Local Table : Itemnumber BOMTEXT 101 102 CH 103 104 NewPack Based on the item i am trying to get true or false result Global Pack Local (BOM text) Output Result Blank Blank / Item code is missing in local input file TRUE Blank Value FALSE Value Blank / Item code is missing in local input file FALSE Value Value TRUE Expect Output: Itemnumber Pack BOMTEXT true/false 101 TRUE 102 CH FALSE 103 NewHL FALSE 104 NewPack NewPck TRUE Looking for support. thanks in advance..Solved1.2KViews0likes4CommentsSelected Week from Next 4 week value calculation
I have table name called Invenoty sheet . this table look like . i want filter it only Demand Attribute value . if Demand attribute value if date 15 March 2021 select from that date to Next week value Need to get it for 15 March 2021. I am Used below Measure Mesaure = CALCULATE(sum(Append1[Value]),FILTER(Append1,Append1[Attributes]="Demand"),DATESINPERIOD('Date'[Date],MAX('Date'[Date]),1,MONTH)) ( 4 week Consider as 1 week ) INPUT: DATE ATTRIBUTE value 15 March 2021 Demand 45 15 March 2021 DOI 25 22 March 2021 Demand 55 22 March 2021 DOI 35 29 March 2021 Demand 65 29 March 2021 DOI 85 05 April 2021 Demand 45 05 April 2021 DOI 85 12 April 2021 Demand 95 12 April 2021 DOI 65 19 April 2021 Demand 45 19 April 2021 DOI 35 26 April 2021 Demand 45 26 April 2021 DOI 65 Expected Output : DATE ATTRIBUTE value Selected week from Next 4 week 15 March 2021 Demand 15 120 => 15+25+35+45 22 March 2021 Demand 25 170 => 25+35+45+55 29 March 2021 Demand 35 190 => 35+45+55+65 05 April 2021 Demand 45 210 =>45+55+65+45 ------ ---- ---------- 31 December 2022 Demand 88 Looking for support .. thanks in advance .,Solved665Views0likes2Comments