This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 28 | |
| 24 | |
| 21 |