Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
I tring to calculate DAX measure for power bi ,calculate repeat maintenance by machine_name and Reason in month
Example data
Date Machine_name Reason
1/11/2019 A Person
2/11/2019 B spare part
3/11/2019 A Person
10/11/2019 C Using
12/11/2019 B spare part
1/12/2019 A person
Result of November
Machine_Name count of maintenance by month
A 2
B 2
C 1
Thank you for your help 🙏
Solved! Go to Solution.
@daedah it should be a simple measure and then whatever slicer you use the count will change, in this case you will on Nov, 2019 and the measure for count is:
Maintenance Count = COUNTROWS ( YourTable )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Simply drag the fields and measure above to a Table visual. A measure always operates on aggregations of data under the evaluation context.
@daedah it should be a simple measure and then whatever slicer you use the count will change, in this case you will on Nov, 2019 and the measure for count is:
Maintenance Count = COUNTROWS ( YourTable )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Thank you for you help 🙏 but I want to count in condition same reason and same machine_name when I select slicer (Year , Month)
@daedah yes it will work, if I'm missing something, please explain further in detail.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Example data
Date Machine_name Reason
1/11/2019 A Person
2/11/2019 B spare part
3/11/2019 A Person
10/11/2019 C Using
12/11/2019 B spare part
1/12/2019 A person
Result of November
Machine_Name count of maintenance by month
A 2 (2 from ----- > 1) 1/11/2019 - Person 2) 3/11/2019 - Person )
B 2 (2 from ------> 1) 2/11/2019 - spare part 2) 12/11/2019 - spare part
C 1 (1 from -------> 1) 10/11/2019 - Using
Simply drag the fields and measure above to a Table visual. A measure always operates on aggregations of data under the evaluation context.
@daedah ok so what is the problem the measure i gave to you, it woudl work, that's the thing I don't know. Did you tried it? If yes, what is not working?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
56 | |
38 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |