The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
The problem is when I apply the filter I don't get the Complete Sub-Total, I want the sub-total of all the 8 values.
test order num = IF(WC_DOMAIN_MEMBER_LANG_D_STATUS_CODE[Order Status] IN {"Open","Quotation","Appointment","Vehicle Arrived","Maintenance Started","Maintenance Completed","Delivery Completed","Pending Approval"},CALCULATE(COUNT(Fact_W_SRVREQ_F_Service[SR_NUM]),REMOVEFILTERS(Dim_W_DAY_D_Settlement_Date[Settlement Date])),COUNT(Fact_W_SRVREQ_F_Service[SR_NUM]))
without date filter
The problem is when I apply the filter I don't get the Complete Sub-Total, I want the sub-total of all the 8 values.
@Anonymous , I think, it should be a measure like this
test order num = IF(max(WC_DOMAIN_MEMBER_LANG_D_STATUS_CODE[Order Status]) IN {"Open","Quotation","Appointment","Vehicle Arrived","Maintenance Started","Maintenance Completed","Delivery Completed","Pending Approval"},CALCULATE(COUNT(Fact_W_SRVREQ_F_Service[SR_NUM]),REMOVEFILTERS(Dim_W_DAY_D_Settlement_Date[Settlement Date])),COUNT(Fact_W_SRVREQ_F_Service[SR_NUM]))
Not working porperly.
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
12 | |
9 | |
7 |