mobile
10 TopicsDynamic Inventory Reconciliation: Aligning Opening and Closing Balances in Power BI
I have created an Inventory Reconciliation report that includes a Year slicer. The report's main visual is a matrix with the following rows: Opening Inventory Purchases Sales Closing Inventory (Calculated) On-Hand Quantity The Closing Inventory (Calculated) is determined using this formula: Closing Inventory (Calculated) = Opening Inventory + Purchases - Sales The matrix has Months set on the Columns. For example, if the year 2023 is selected: January’s Opening Inventory is calculated using the following DAX formula: Opening Inventory (Q) = CALCULATE( [On-Hand Qty], PREVIOUSMONTH('Calendar (On-Hand)'[Dates]) ) For February, the Opening Inventory should use January’s Closing Inventory (Calculated) or the previous month's Closing Inventory. Currently, the Opening Inventory row uses its formula to calculate results, which might lead to inconsistencies. I believe the Opening Inventory should instead depend on the Closing Inventory (Calculated) from the previous month. What would be your solution?Solved1.4KViews0likes4CommentsRemove the 'Helpful resources' panel when viewing a forum message
Recently the 'Helpful resources' panel was added to the page when viewing an individual message thread. The problem is, when trying to read someones post to see if we can help, the slide show on the right is distracting. The panel also takes up room on the page shrinking the discussion area. Can that be turned off when viewing the board at the thread level?Solved1.2KViews1like2CommentsGetting Data from Google Sheet Problem after Reset
I tried connecting to a google sheet https://docs.google.com/spreadsheets/d/1wdxIwD0b58znX4UrH6JJh_0IhnZP0YWn23Uqs7lHB6Q/edit?usp=sharing, the 1st time it just work wonderfully. However after succeeding action to Get Data (like the following day), I cannot get data. It says Document. Looking at the webview it seems that Google somehow tries to block it (like when it know this is not a common browser). I attach what I mean.Solved1.5KViews0likes1CommentAbility to force all data labels to display on charts
There should be a way to force data labels to show on charts such as the stacked column chart. Currently the system randomly doesn't show some of the data labels even when there is clearly sufficient room to display the label. This screenshot shows a mobile view where some of the columns are shown and others are not shown. Every combination of options such as orientation, position, and overflow text have been attempted but still no success.Solved45KViews0likes6CommentsCase statement in DAX
Hi Here i have a DAX Statement as CASE (WHEN stricker<>'' OR NONSTRIKER<>'' THEN (RUNS + (CASE WHEN BYES = 0 AND LEGBYES = 0 THEN OVERTHROW ELSE 0 END)) WHEN @BOWLER<>'' THEN (RUNS + WIDE+ (CASE WHEN BALL.NOBALL > 0 AND (BALL.BYES > 0 OR BALL.LEGBYES > 0) THEN BALL.BYES + BALL.NOBALL + BALL.LEGBYES WHEN BALL.NOBALL > 0 AND BALL.BYES = 0 AND BALL.LEGBYES = 0 THEN BALL.NOBALL ELSE 0 END) + (CASE WHEN BYES = 0 AND LEGBYES = 0 THEN OVERTHROW ELSE 0 END)) ELSE GRANDTOTAL END ) AS RUNS But it is showing as error in my Dax i am unable to find out the error why it is not executing the statement When i am3.8KViews0likes5CommentsDisplay multiple columns value with reference to 2 columns
Hi! I have a columnA and columnB with different numbers like 1,2,3,4,5 and 6,7,8,9,10. i have other coumns like R,4,W,D Now i have to display other columns like "If(a=1 and b=4 then sum(R),count(B),Count(W),Count(D))" i am no able t do in pwer bi exactly can uplease help me with this. Column A Column B Column R Column 4 Column W Column D 2 3 1 0 1 0 1 5 3 1 1 0 4 2 4 1 1 1 5 1 5 1 0 0 2 3 6 0 1 1 3 4 2 0 0 1 5 3 3 1 1 1 3 1 1 1 0 0 4 2 2 0 1 1 1 1 3 1 0 1 1 3 5 0 1 0 1 2 6 1 0 1Solved3.1KViews0likes2CommentsFiltering
Hi I have a 3 column with Consumed ,Date,Product Name Now based on last 6 months i need to divide the product column in to 3 one should show only first 50 Products consumed on the last 6 months next column should show only from 50 to 150, 3rd coloumn should show only150 to 200 or remaining How can i make it, i tried using rank function on date but i am not able to divide it in to 3 limited columns like 1 to 50 Any help appreciated.Solved2.6KViews0likes5Comments