Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi !
I am working on a database containing different lines, each one referencing to a requests. I am trying to figure out how many request I add for a day or a month...
I first create a "time table" and linked it to my own table and everything looks fine.
So I tried a DAX expression to get the number of issues opened by month:
Hi @JujuT ,
Please make sure the related columns 'Table Date'[Date] and 'Table FollowUp' [Date] are in same data format, Date or Datetime. If they are in Datetime please make sure 'Table Date'[Date] contains the time in 'Table FollowUp' [Date].
By default, date table only have time 12:00:00, you need to expand it.
How did you create 'Table Date', by dax or M query? DATESMTD() should be time intelligence function, I suggest you to create date table with continuous date by CALENDAR() or CALENDARAUTO().
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@JujuT You may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000
Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |