Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello all, I'm attempting to calculate the total number of findings from a certain column and divide it by the total number of enteries from that column to get a MTD and YTD error rate calculation.
Solved! Go to Solution.
@SabG2K , do you date or year month. If you have date you can get
MTD= CALCULATE([Error Ratio],DATESMTD(('Date'[Date])))
YTD= CALCULATE([Error Ratio],DATESYTD(('Date'[Date])))
@SabG2K , do you date or year month. If you have date you can get
MTD= CALCULATE([Error Ratio],DATESMTD(('Date'[Date])))
YTD= CALCULATE([Error Ratio],DATESYTD(('Date'[Date])))
User | Count |
---|---|
22 | |
14 | |
11 | |
7 | |
5 |
User | Count |
---|---|
24 | |
22 | |
20 | |
15 | |
10 |