Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

aggregation without filter context

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:

activity source.jpg

Current Output:

activity image.jpg

 

Expected Output:

expected result.jpg

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

Pls refer the following ,create a measure,and a day table:

Measure = COUNT('Table'[ID])

vluwangmsft_0-1650612793722.png

Then create visual:

vluwangmsft_1-1650612865325.pngvluwangmsft_2-1650612879959.png

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

View solution in original post

1 REPLY 1
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

Pls refer the following ,create a measure,and a day table:

Measure = COUNT('Table'[ID])

vluwangmsft_0-1650612793722.png

Then create visual:

vluwangmsft_1-1650612865325.pngvluwangmsft_2-1650612879959.png

 

 

Did I answer your question? Mark my post as a solution!


Best Regards

Lucien

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.