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.
Hi Team,
I have one Requirement. I have thw data like This.
DateKey Quarter Open Join Close
20180101 Q1 100 20 120
20180201 Q1 120 30 150
20180301 Q1 150 10 160
20180401 Q2 160 20 180
20180501 Q2 180 20 200
But i want to show them to like this
Quarter Open Join Close
Q1 100 60 160
Q2 160 40 200
Here Open value is Starting of the Quarter and close value is the closing value of the quarter and join value is sum of the join values in the quarter.
Solved! Go to Solution.
Hi @gvb238
Create measures
Measure-open = CALCULATE(MIN(Table1[Open]),ALLEXCEPT(Table1,Table1[Quarter])) Measure-join = CALCULATE(SUM(Table1[Join]),ALLEXCEPT(Table1,Table1[Quarter])) Measure-close = CALCULATE(MAX(Table1[Close]),ALLEXCEPT(Table1,Table1[Quarter]))
Best Regards
Maggie
Hi,
You may download my PBI file from here.
Hope this helps.
Hi @gvb238
Create measures
Measure-open = CALCULATE(MIN(Table1[Open]),ALLEXCEPT(Table1,Table1[Quarter])) Measure-join = CALCULATE(SUM(Table1[Join]),ALLEXCEPT(Table1,Table1[Quarter])) Measure-close = CALCULATE(MAX(Table1[Close]),ALLEXCEPT(Table1,Table1[Quarter]))
Best Regards
Maggie
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 |
---|---|
121 | |
79 | |
48 | |
38 | |
31 |
User | Count |
---|---|
192 | |
79 | |
70 | |
50 | |
42 |