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 Microsoft Team,
Please refer the link for SAMPLE . pbix file, You can download and refer dummy data used for Clalculation.
https://drive.google.com/file/d/1NKtywVBSzqyDpC2xEPAKQ3rFkt8qrj1v/view?usp=sharing
Solved! Go to Solution.
Hi, @vijay273162 ;
You could only create a measure as follow:
Measure =
CALCULATE (
SUM ( 'Fact table - Sales'[Sales Amount] ),
FILTER (
ALLSELECTED ( 'Fact table - Sales' ),
[Date] <= MAX ( 'calendar'[Date] )
&& YEAR ( [Date] ) = YEAR ( MAX ( 'calendar'[Date] ) )
&& QUARTER ( [Date] ) = QUARTER ( MAX ( 'calendar'[Date] ) )
)
)
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @vijay273162 ;
You could only create a measure as follow:
Measure =
CALCULATE (
SUM ( 'Fact table - Sales'[Sales Amount] ),
FILTER (
ALLSELECTED ( 'Fact table - Sales' ),
[Date] <= MAX ( 'calendar'[Date] )
&& YEAR ( [Date] ) = YEAR ( MAX ( 'calendar'[Date] ) )
&& QUARTER ( [Date] ) = QUARTER ( MAX ( 'calendar'[Date] ) )
)
)
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I need help to slice the cumulative sales table value by Region slicer. Can you help.
Below is the sample .pbix file download link
https://drive.google.com/file/d/1HEt9wc_lpqjh8qjThIvYvSpsHLwqxzkC/view?usp=sharing
Thanks for your reply and checking.
I'm able to find the answer on this issue.
Will connect back, if needed help with this sample.
Hi Ibendlin,
If you download that .pbix file, I have mentioned , to get the
1. measure for shiftin values from Q1 FY22 to Q1 FY23 ( where there is no sales ).
2. Then we need to find the cumulative for that Q1 FY23 value.
Please show the expected outcome based on the sample data you provided.
Thank you for providing the sample data. It is not clear what you are trying to achieve. Are you asking for help to do Quarter over Quarter To Date comparisons?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |