Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
hello
please someone knows how to calculate the start or end of previous quarter?
Solved! Go to Solution.
@Anonymous
If you are creating a new column then
End of PQ = EOMONTH( ENDOFQUARTER( financials[Date] ) , -3 )
Start of PQ = EOMONTH( ENDOFQUARTER( financials[Date] ) , -6 )+1
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thank you both for your answer you saved my day =D thank you
@Anonymous
If you are creating a new column then
End of PQ = EOMONTH( ENDOFQUARTER( financials[Date] ) , -3 )
Start of PQ = EOMONTH( ENDOFQUARTER( financials[Date] ) , -6 )+1
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi rayloubai,
You can get by using below dax
Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂
Regards,
N V Durga Prasad
hello @nvprasad
thank for your answer, but getting something weird, it displaying 2018
do you know how i can modify the script to have the normal year like the current one? 🙂
User | Count |
---|---|
84 | |
73 | |
67 | |
42 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |