Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Community,
I'm trying to create a card visual showing a "Number of Weeks with Over 200 count"
I have two tables, date table and my other table where my ID count comes from, joining on a date field. So far, I've created a measure, "# Over 200" that indicates which week has a value over 200.
Now, I need to count those weeks and display a number of weeks in a card visual. Any suggestions?
Solved! Go to Solution.
Hi @lukass ,
I suggest you to create a new measure based on [# Over 200].
Number of Weeks with Over 200 count =
SUMX ( VALUES ( 'TableName'[WorkWeek] ), [# Over 200] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @lukass ,
I suggest you to create a new measure based on [# Over 200].
Number of Weeks with Over 200 count =
SUMX ( VALUES ( 'TableName'[WorkWeek] ), [# Over 200] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |