filtered measures
3 TopicsHelp with Full Quarter Total
So I'm trying to get a total for salesreps quotas for the current quarter, including dates that havent happened yet so I can create a daily quota requirement and then a QTD quota based on the daily quota for sales reps to see how they are pacing during the quarter. The formula I've been trying and playing around with is: CALCULATE([Sum of RSM Quotas], 'Quotas Unrelated'[Is this Qtr] = "TRUE") But it keeps giving me the full year total. Or this formula ends up giving me the month's total so I'm assuming its trying to do QTD with only one date. CALCULATE(SUM('Quotas RSM'[Quota]), 'Combined Table'[Current Quarter] = TRUE()) In my tables, I have the sales reps quotas for each month with 1 date attached. I also have a date table with a relationship to the quota table. Heres a super simplified example of my quota data. Quota Date Sales rep 52000 7/1/2025 rep 1 98000 7/1/2025 rep 2 33000 7/1/2025 rep 3 56000 8/1/2025 rep1 91000 8/1/2025 rep 2 34000 8/1/2025 rep 3 54000 9/1/2025 rep1 93000 9/1/2025 rep 2 32000 9/1/2025 rep 3Solved1.7KViews0likes7CommentsPower BI Measure (totals slicer dependent)
Hi all! New to the community and have been struggling with this for about a week now (alot of time spent 😞 ) In Power BI... I have clustered column chart - The x-axis is the Request Type from the Made Up- FACT table - The y-axis is the count of the Request Type from the Made Up- FACT table - The legend is M/FY from the Made Up- FACT table, and has been created using following syntax: M/FY = 'Made Up- FACT table'[Request Posted (M) Month (NameOrder)] & " " & RIGHT('Made Up- FACT table'[Financial year (M)], LEN('Made Up- FACT table'[Financial year (M)]) - 2) I have a month slicer, reading from the Sort order Table, column Request Posted (M) Month (NameOrder) with values Jan-Dec & a financial year slicer reading from Made Up- FACT table column Financial year (M) When all is selected on the months slicer, I want the visual to calculate all the months values and show as 1 bar per category from request type, not display individual counts per month separately when " all " is selected but I still want people to be able to see individual months when filtered for individual I.e. instead of this.... I want it to show "like" the below but May be "all" and then FY... Thanks in advance 🙂456Views0likes1CommentReturn count of entries while filtering attributes of other column based on current selection
I am trying to figure how to return the 'Missing Attributes' (see calculation). However the attribute count should be dependent upon which 'Brand' is selected. The relationship between the two tables is created via 'STEP ID' Essentially, my spoken calulation would be If 'Brand' = "1" count 'Missing Attributes' that have either "a" or "x" in the column 'Attribute type base'. If 'Brand' = "2" count 'Missing Attributes' that have either "u" or "x" in the column 'Attribute type base'. Else, show all.Solved1.4KViews0likes8Comments