Forum Discussion
Help with Count
- Anonymous2 years ago
Hi BrianMullen ,
We can create a new measure [New At Target] to be placed on the visual object instead of the previous measure [At Target].
New At Target = SUMX(VALUES('Table'[Machine]),[At Target])If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 2 years ago
Hi All,
Sorry for late reply i could not get the count to work in a card however i created a table and formatted to look like a score card
Score Counter = IF(COUNTROWS(VALUES(Mtable[Machine]))=1,[Availability],(SUMX(VALUES(Mtable[Machine]),IF([Availability]>0.85,1,0))))
Hi All,
Sorry for late reply i could not get the count to work in a card however i created a table and formatted to look like a score card
Hi BrianMullen ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.
Best Regards,
Neeko Tang