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 am building a custom slicer in which I want to be able to slice to previous year, quarter, and month. I cant figure out what needs to be entered here after the "PREVIOUSQUARTER".
Solved! Go to Solution.
HI @JDMakita ,
You could test to make a previous Qtr flag on the query editor:
=Table.AddColumn(#"Changed Type1", "Previous Qtr Flag", each if [Date] <= Date.AddMonths(Date.From(DateTime.LocalNow()),-3) then 1 else 0)
Refer:
https://community.powerbi.com/t5/Desktop/Current-Quarter-and-last-quarter-calculation/m-p/703345
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Lucien
HI @JDMakita ,
You could test to make a previous Qtr flag on the query editor:
=Table.AddColumn(#"Changed Type1", "Previous Qtr Flag", each if [Date] <= Date.AddMonths(Date.From(DateTime.LocalNow()),-3) then 1 else 0)
Refer:
https://community.powerbi.com/t5/Desktop/Current-Quarter-and-last-quarter-calculation/m-p/703345
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Lucien
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 |
---|---|
117 | |
85 | |
49 | |
38 | |
28 |
User | Count |
---|---|
189 | |
76 | |
73 | |
54 | |
42 |