The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I am working on a matrix visulisation and my idea is to plot the start of activitiy based on user_id's. The values in the x axis are year,month and user_id. The y axis has day (1-31). I was able to plot the start date for individual user_ids. I used min(start date) and compared it with calendar() function to plot the values. "1" denotes activity 1 start and end date whereas "2" denotes activity 2 start and end date.
The issue that I am facing is, I want to plot the values with just the year, months on x-axis and not use individual user id's. Is there any way to do this? For eg, I tried plotting jan month in x-axis but when I use just months, it is aggregating all the activity values in the month of january instead of getting each instance of the activity. Can someone suggest any solution for this?
Source:
Current Output:
Expected Output:
Solved! Go to Solution.
Hi @Anonymous ,
Pls refer the following ,create a measure,and a day table:
Measure = COUNT('Table'[ID])
Then create visual:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
72 | |
48 | |
46 |