timeintelligence
3 TopicsDistribute Value to ratio and date offset
Hello together, I have a table1 containing Value and DueDate. Additionally I have a table2 which gives me some offsets and ratios e.g. OffsetDays Ratio 0 60% 20 20% 40 20% So I would like to distribute my value to 60% on the due date 20% 20 days after the due date and another 20% 40 days after the due date. Since I am not using Power BI but Excel I can't create a calculated table and since I want to apply this logic to multiple tables it would be great if this could be solved with a DAX measure instead of merging and expanding in M. I hope someone has a suitable solution. Best regards FlorianSolved754Views0likes3CommentsHow to compare current selected month and the month before's data
Hi all, I have a dataset which records the value of three KPIs each month. I currently have a multirow card which displays these KPIs, connected to a slicer so that I can see each month's totals. For example, for January 2023: I would like to display next to this card the difference between the selected month's values and month prior to it. For example, if January 2023 were selected, I'd like it to show +5 for number of activity cards (because 0 were produced in Dec 2022), +2 articles and +3 Lunch and Learns. How is the best way to do this? I am a complete Power BI novice, so I'm not sure where to start! Thanks, H1.3KViews0likes3CommentsShow result in a card by a measure only if a row is selected on a matrix
Hi everyone! So, I got an dashboard that shows when a certain phase of the project is seted to finish on a matrix, futhermore, I display the latest seted date (on the yellow triangle) and the previous forecast date (on red diamonds): I've writed a measure that calculates deviation between this two dates: Desv_02/23 = FORMAT( (SUMx( d_EAP, d_EAP[BL1] - d_EAP[BL2])), "###0") The problem is that I wanted to display the result on this card only when a Row is selected at the matrix above, because this measure how it is today returns the whole calculation for every row on the matix. I hope that you could understand this problem and that you could help me wiht this one!Solved778Views0likes1Comment