data analysis
3 TopicsMeasure the relevance of i item
Hello there again, I need to find out how to calculate the relevance of an item compared to the general value. i have here the dashboard for you to download (ControleDaProducaoMaisLeve&BALSend.pbix) and see. What i need is the item in the visual table to be tested to see its relevance compared to the others, the logic is: if i remove this item, or not consider it, or filter all but leave it out, will the amount of "CountAvailable01" still be the same or it will decrease compared to the value on the card "Ped. Com Potencial"? if it decrease, the item is somehow relevant, if it does not do any difference its no important, a whay to measure the amout is the formula (1-"Ped. Com Potencial"/"CountAvailable01"); with that i will have a percentage of how important that item is to the general situation.. It might feel a little confuse, hope you guys can help me, i've allready tried a lot and used all AI i could to help me. Thankyou a lot878Views0likes5Commentsdate difference
i have the following data i want the to exclude friday and saturday also o want to exclude the start date and start counting from the next day so want to show the date diff as 3 not 4 please help and thank you i wrote in date the following workdays = var TBL_DATE=CALENDAR(sheet[start date],sheet{end date]) var TBL_FINALDATE= ADDCOLUMNS(TBL_DATE,"WorkingDate",IF(WEEKDAY([Date],2)>=6,0,1)) return SUMX(TBL_FINALDATE,IF([WorkingDate]=1,1,0)) this is how it looks now start date end date date diff 23-05-2023 10:07:11 28-05-2023 14:07:11 4Solved519Views1like1CommentNeed help in my DAX measure query
I have a power BI template (shown in image below) In my power BI report, I am trying to update the values for each row in column B. I have the DAX calculations for rows which are not headings like row 3 to 8 and so on, but due to this, my other rows(like row 1 and 2) are getting removed from the power BI report: In the above DAX query, I tried using CurrentItem as the last switch stmt but it is throwing the error: switch does not support values of type true/false with values of type number. consider using value or format func to convert one of the values @daxcommunity @measuresSolved1.9KViews0likes6Comments