Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Newbie here. I'm trying to do a linechart of the count of the daily number of calls, and then monthly and overall averages. The table I'm working from has the date and incoming number in it.
I say DAX code for a measure along the following lilnes:
m1 = var distinct_count_id = countrows(summarize(tablename,[date],[id]))
but I kept getting syntax errors. I also dont know how to chart a daily measure!
Solved! Go to Solution.
Hi, you simply do countrows in your table and use that measure in the line chart. When you add date in your x-axis then it would get summed up on daily level.
Please let me know if that resolves your problem.
If this resolves your issue, then please mark it as solution, Thanks!
Hi, you simply do countrows in your table and use that measure in the line chart. When you add date in your x-axis then it would get summed up on daily level.
Please let me know if that resolves your problem.
If this resolves your issue, then please mark it as solution, Thanks!
User | Count |
---|---|
21 | |
20 | |
12 | |
10 | |
8 |
User | Count |
---|---|
30 | |
28 | |
14 | |
13 | |
11 |