need hepl
7 TopicsAccess Denied Issue with Azure Data Lake Gen2 Storage in Microsoft Fabric Portal
Hello, I am experiencing an access issue when trying to connect my Azure Data Lake Gen2 storage account through the Microsoft Fabric administration portal. I am receiving an "Access Denied" message when attempting the connection. As far as I know, my account should have the necessary permissions, but there seems to be an authorization or configuration issue. I would appreciate any help in resolving this issue. Best regards, RP1KViews0likes2Commentscalculate days count between 2 dates
Hello Everyone I want to calculate days starts with item purchese date to item transfer date , items can be more than ones in the table it means can be purchesd more than ones and for all branches , I want to calculate the days for each branch and sorted by dates if there are more than one purches order Here is the source table item transaction number type date decs branch A 01 3 01-01-2024 purchase order A A 01 22 10-01-2024 Transfer order A A 02 3 07-01-2024 purchase order A A 02 22 14-01-2024 transfer A B 03 3 01-01-2024 purchase A B 04 3 01-01-2024 purchase B B 03 22 13-01-2024 transfer B I want to Get the result like this item transaction number branch Days Count A 01 A 9 A 02 A 7 B 04 B 124.5KViews0likes21CommentsMeasure for new clients based on the year filter
Hello! I have a table with clients and their respective contracts, each client can be a new client or a recurrent one. A new client is someone who had his/her contract for the first time - referent to the selected year in the year filter, for example: selecting the year "2022" on the filter, we have the contract(s) of the client X, who didn't have any other contracts prior to 2022, therefore he is a new client; however, if I select "2023" or higher, and he has another contract that year, he is not a new client anymore because he already had one in 2022, then he is a recurrent client. My question is: how can I make a measure to filter between new/recurrent clients? I need to distinguish how many clients and the total value of the contracts in each year, for both categories. Thanks in advance!790Views0likes6CommentsDATESBETWEEN- how to select the respective contract starts and end date from list of customer
Hi All, Good day! I am trying to solve two questions below:- I am trying to write a DAX which calculates the total sales between contract start date and 31 Oct 2021 for respective customer. Each of the customers has own different contract start date in data table. May I know what DAX I should use in the "start date" below since it requires an expression? Contract start to current month = CALCULATE([Total Sales],DATESBETWEEN('Calendar'[Date], [Start Date], date(2021,10,31))) If I want to import the 'end date' above from excel file whereby i would change the end date whenever i want in excel (consists of just one column and one value in one cell) and subsequently refresh the PBI, rather than going into PBI to edit the formula, what DAX should i use to replace the hardcoding "2021,10,31' above? Thank you!Solved2.1KViews0likes4CommentsDynamic lastdecember results.
Hello everyone, I'm working on a dax that measures the results of Lastdecember revenue by selecting the year. My dax formula is : A = CALCULATE(CALCULATE([Total Non-Quality],LASTDATE('Calendar'[Year/Month])),PARALLELPERIOD('Calendar'[Year/Month],-1,YEAR)) when I apply this formula I obtain these results by filtering on sites: Last December results = 14.98 (of 2018) for one site and the global is 27.81 (of 2018) When I change this formula to select Last December revenue for each year it doesn't work especially when I filter by sites. So the formula that I used is : B = CALCULATE([Total Non-Quality],FILTER(ALL('Quality 12MR'),YEAR('Quality 12MR'[Date])=SELECTEDVALUE('Calendar'[Year/Month].[Year])-1 && MONTH('Quality 12MR'[Date])=12)) the results that I obtain are Last December results = 27.81 (of 2018) for one site and the global is 27.81 (of 2018) when I don't apply site as a filter, so it doesn't filter by site. Thank you for the response. Best regards.Solved816Views0likes1CommentAcumulated production
Hello I want to calculate the acumulated production per year, task and ID, like in the following table, can you help me? ID TASK YEAR PRODUCTION Accumulated production 0 1 1 -80 -80 0 1 2 100 20 0 1 3 110 130 0 1 4 105 235 1 2 1 -50 -50 1 2 2 -60 -110 1 2 3 -80 -190 1 2 4 100 -90 1 2 5 200 110 1 2 6 300 410 2 3 1 -89 -89 2 3 2 -74 -163 2 3 3 -50 -213 2 3 4 -20 -233 2 3 5 500 2671.4KViews0likes5Comments