The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
10 | |
10 | |
9 |