This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi guys,
Can you please help me out in creating some calculated columns using the only date column I have from data source?
It's DirectQuery and I need toextract year, month, and week.
I tried thebelow, but it's not possible.
Thank you
Solved! Go to Solution.
Hi @ROG
Thanks for reaching out to us.
You can try this,
create the measure
Measure = CALCULATE(COUNT(subscriber[subscriber]),FILTER(subscriber,YEAR(subscriber[date])= MIN('calendar'[year]) && MONTH(subscriber[date])=MIN([month])))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @ROG
Thanks for reaching out to us.
You can try this,
create the measure
Measure = CALCULATE(COUNT(subscriber[subscriber]),FILTER(subscriber,YEAR(subscriber[date])= MIN('calendar'[year]) && MONTH(subscriber[date])=MIN([month])))
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@ROG , Try functions like day, month, year etc. As Power bi limits what you can do in direct query, I advise to bring them from the database
Power BI Decoding Direct Query: https://www.youtube.com/playlist?list=PLPaNVDMhUXGbKatyDdOhGbTL3xW2Xy6pA
Thanks @amitchandak
I have the Calendar table from database, but I can't get the Number of subscribers by month/year using the columns from the calendar table.
As you can see below, they're not connected directly. What should I do? 😕
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |