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 created the following measure to calculate the current quarter sales
3QuarterToDate = TOTALQTD([QTYTotal],'Calendar'[Date],Sales[SubCategory]="Digital Manuals")
I also created the following measure to calculate the previous quarter sales
3PreviousQuarter = CALCULATE([QTYTotal],PREVIOUSQUARTER('Calendar'[Date]),Sales[SubCategory]="Digital Manuals")
They both work fine. I can insert them to a table and they display the corresponding data.
I would like to create a visual card, with the previous quarter total only.
When the current quarter is 1, the card must display QTR 4 previous year
When the current quarter is 2, the card must display QTR 1 same year
When the current quater is 3, the card must display QTR 2 same year
When the current quarter is 4, the card must display QTR 3 same year
How I can achieve that, please?
Solved! Go to Solution.
Please see this video for how to create a relative YearQtr index column on your Date/Calendar table (centered on Today()). Once that is in place, you can put your measure in the card and set the visual filter for when that new columns "is" -1.
(7) Power BI Tales From The Front - Day/Week/Month/Quarter/Year Indices - YouTube
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Please see this video for how to create a relative YearQtr index column on your Date/Calendar table (centered on Today()). Once that is in place, you can put your measure in the card and set the visual filter for when that new columns "is" -1.
(7) Power BI Tales From The Front - Day/Week/Month/Quarter/Year Indices - YouTube
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@mahoneypat That works, thanks a lot.
If I set the filter to "is -1", then I get QTR3 last year.
If I set the filter to "is 0", then I get QTR4 last year, which is what I am aiming at.
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 |