Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Experts
My current measure gives me the correct count of row
Solved! Go to Solution.
@Anonymous
Can you try this measure, need more explanation though.
Measure =
VAR __M = CALCULATE(COUNT('STG Fact_'[Actual_end_date]) ) RETURN
IF( _M = 5 , [Annual Value (£)] , BLANK() )
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Apologies I have not explained the question probably.. if the count measure gives 5, then the £ measure with count must give 16. Not the £ sign added to the count
| Date | Value £ |
| 01/09/2020 | 3 |
| 02/09/2020 | 4 |
| 03/09/2020 | 2 |
| 04/09/2020 | 3 |
| 05/09/2020 | 4 |
| 5 | 16 |
@Anonymous
Can you try this measure, need more explanation though.
Measure =
VAR __M = CALCULATE(COUNT('STG Fact_'[Actual_end_date]) ) RETURN
IF( _M = 5 , [Annual Value (£)] , BLANK() )
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi Fowmy
from my model,I can count the Agreement_ closed (Table B) which links to my fact table A - table C is the values Table. All tables are connect via Merchant_ID (primiary key) no direct relationship between Table B and C.
I can count the closed Agreement in Table B using
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 60 | |
| 52 | |
| 47 | |
| 40 | |
| 38 |