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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ashu710
Frequent Visitor

Number of Occurrence within the slicer date

Hi everyone, I wanted to make a measure that shows the number of occurrences with regard to a date slicer.

For example, if the slicer says "01-01-2022" to "30-01-2022", B=3 and A=3. Thanks for the help.

 

ashu710_0-1642441643510.png

 

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

Hi, @ashu710 

Try to create a measure:

Measure = CALCULATE(COUNT('Table'[ID]))

Or drag and drop into the value bucket and change the aggregation method to count

vangzhengmsft_1-1642648166003.png

 

Result:

vangzhengmsft_0-1642647911966.png

Please refer to the attachment below for details.

Hope this helps.

 

 

Best Regards,
Community Support Team _ Zeon Zheng

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-angzheng-msft
Community Support
Community Support

Hi, @ashu710 

Try to create a measure:

Measure = CALCULATE(COUNT('Table'[ID]))

Or drag and drop into the value bucket and change the aggregation method to count

vangzhengmsft_1-1642648166003.png

 

Result:

vangzhengmsft_0-1642647911966.png

Please refer to the attachment below for details.

Hope this helps.

 

 

Best Regards,
Community Support Team _ Zeon Zheng

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

edhans
Super User
Super User

I don't know how that data is A=3 and B=3. From Jan 1 to Jan 3, it is A = 2, B = 1.

 

edhans_0-1642445439002.png

edhans_1-1642445460182.png

 

To do this:

  1. Put the date in a slicer
  2. Create a Table Visual, and put the Data column (a, b, etc) in there.
  3. Create a measure:
    1. Fact Table Count = COUNTROWS('Table')

  4. It simply counts the rows within the date range.

You can see my PBIX here if you want to play with it. 

 

If you need more help, please provide more info.

How to get good help fast. Help us help you.

How To Ask A Technical Question If you Really Want An Answer

How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.

 

 

 

 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors