Robuta

https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Countrows-Distinctcount-DAX-question/m-p/3274339 Solved: Re: Countrows/Distinctcount DAX question - Microsoft Fabric Community Jun 8, 2023 - Thanks , all works now. I don't know why in first place it didn't work. I'll look into your code to understand how it works. microsoft fabricsolvedcountrowsdaxquestion https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Countrows-where-a-client-works-with-only-one-sales-team/m-p/2570478 Solved: Re: Countrows where a client works with only one s... - Microsoft Fabric Community Jun 10, 2022 - Hi, Thank you for your feedback. I assume you want a Card Visualization to show a number of clients who worked with only one division. Please check https://community.fabric.microsoft.com/t5/Desktop/Countrows-from-another-table/m-p/2450624/highlight/true Solved: Re: Countrows from another table - Microsoft Fabric Community Apr 11, 2022 - Please ignore the reply above. I just realized I had "sum" as summarize. microsoft fabricsolvedcountrowsanothertable https://community.fabric.microsoft.com/t5/Desktop/Countrows-Function/m-p/218813 Solved: Countrows Function - Microsoft Fabric Community Jul 26, 2017 - Solved: Hi...I am not sure I what I about to say correctly so please forgive me. I am trying to count rows in a table and have the filters that have microsoft fabricsolvedcountrowsfunctioncommunity https://community.fabric.microsoft.com/t5/Desktop/Needing-help-with-Countrows-Measure/td-p/3274792 Solved: Needing help with Countrows Measure - Microsoft Fabric Community Jun 8, 2023 - Solved: I am needing help with a COUNTROWs measure thats looking at counting rows where that contract falls out of target. Measure as follows: Count help withmicrosoft fabricsolvedneedingcountrows https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Countrows-if-ID-is-unique/m-p/4036146 Solved: Re: Countrows if ID is unique - Microsoft Fabric Community Jul 14, 2024 - Thank you so much That totally solved my problem. I am so happy now, i really tried so many things, nothing worked the way i wanted. You solved it, microsoft fabricsolvedcountrowsidunique https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Countrows-Distinctcount-DAX-question/m-p/3272799 Solved: Re: Countrows/Distinctcount DAX question - Microsoft Fabric Community Jun 8, 2023 - Hi Please try Aantal 0 = SUMX ( VALUES ( '2023'[Naam/voornaam] ), INT ( CALCULATE ( MAX ( '2023'[Percentage] = 0 ) ) = 0 ) ) microsoft fabricsolvedcountrowsdaxquestion https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Countrows-without-selection/td-p/4636321 Solved: Countrows without selection - Microsoft Fabric Community Apr 3, 2025 - Solved: I have a command to countrows with a specific tekst : CALCULATE( COUNTROWS('Overzicht aanvragen'), 'Overzicht aanvragen'[Aanvraag_Routelint] microsoft fabricsolvedcountrowswithoutselection