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, I have a table that looks like the one attached. I want to add an additional column that will spit out a number for the total time divided by the total for that month. For example in the first row, I would want the new column to be 7089/65075 (sum of all total times for month number 1). Thank you!
Solved! Go to Solution.
Hi @mollig3
Is what you show a table or a table visual? Do you want a calculated column or a measure?
Are the fields Total_time_c and Job Type measures? Are they summarizations of the fields or just the plain values? You'd need to give more details.
If it is what I think it is, you can create a measure like:
Measure = DIVIDE ( SUM ( Table1[Total_time_c] ), CALCULATE ( SUM ( Table1[Total_time_c] ), ALLEXCEPT ( Table, Table1[MonthNrR.] ) ) )
Hi @mollig3
Is what you show a table or a table visual? Do you want a calculated column or a measure?
Are the fields Total_time_c and Job Type measures? Are they summarizations of the fields or just the plain values? You'd need to give more details.
If it is what I think it is, you can create a measure like:
Measure = DIVIDE ( SUM ( Table1[Total_time_c] ), CALCULATE ( SUM ( Table1[Total_time_c] ), ALLEXCEPT ( Table, Table1[MonthNrR.] ) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
78 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |