The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Team,
please help me to get Current quarter sales and Next quarter sales. And i also want to show Quarter names in card(Like Q4 is current quarter and Q1 is next Quarter). Fiscal Year starts from April.
Like; April,May,june:- Q1
July, Aug, Sep ;- Q2
Oct,Nov, Dec :- Q3
Jan, Feb,Mar:- Q4
Here we are not using any Slicer selections.
I have date column which contains data upto 2025.
Regards,
Prasad.
Try to add a column in calender table
Hi @nareshr89 ,
Quarter name works well and i need,
Current quarter sales.& Next Quarter sales
For Current Quarter i have wrote a dax like this:
please correct me it is wrong.
Calculate([sales], datesinperiod(Table[date], today(),0,Quarter)).
and i require for next quarter also.
Regards,
Prasad
Hi, @Prasad23
for next full quarter use PARALLELPERIOD()
next quarter =
Calculate(
[sales],
PARALLELPERIOD(Table[date], +1,Quarter)
)
User | Count |
---|---|
15 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |