Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I would need a DAX formula to calculate the Result column which is the total number of consecutive 1 in Value columns, starting from current month descending. I'm sure you know
month | Value | Result |
2019_08 | 1 | 3 |
2019_07 | 1 | 2 |
2019_06 | 1 | 1 |
2019_05 | 0 | 0 |
2019_04 | 1 | 2 |
2019_03 | 1 | 1 |
2019_02 | 0 | 0 |
2019_01 | 1 | 1 |
Thank you !
Olivier
Solved! Go to Solution.
Hello, thanks for your replies, I finally found my way of doing it.
Hope this helps.
Hello, thanks for your replies, I finally found my way of doing it.
Hope this helps.
Hello,
I feel like I am trying to figure out a similar problem, but the proposed solution in the thread above does not quite work form me. Could anyone help me to figure this out, please?
I need to figure out how to assign points to anyone who met ALL of the following rules:
1) status "Yes",
2) in a single color category,
3) at least 2 consecutive times.
In the example below, that would be Person 1, on Jan 3 and Jan 4th, color Blue.
Here is my data:
Date | Name | Status | Color | Points |
01/01/2020 | Person 1 | Yes | Red | 0 |
01/01/2020 | Person 1 | No | Red | 0 |
01/01/2020 | Person 2 | Yes | Red | 0 |
01/03/2020 | Person 1 | Yes | Blue | 1 |
01/04/2020 | Person 1 | Yes | Blue | 1 |
01/07/2020 | Person 2 | Yes | Red | 0 |
01/072020 | Person 2 | Yes | Blue | 0 |
01/08/2020 | Person 3 | Yes | Blue | 0 |
01/10/2020 | Person 2 | Yes | Blue | 0 |
Thank you!
Hey,
as indexing sequences is not as easy as it should 🙂 please have a look at this thread and try to adapt my answer(s) to your data: https://community.powerbi.com/t5/Desktop/Measure-to-calculate-count-of-accounts-which-has-2-or-more/...
If you need more help, please create a pbix file that contains sample data, upload the file to onedrive or dropbox and share the link.
Regards,
Tom
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |