Solved: Re: Find most reccuring value(Text or string) in a... - Microsoft Power BI Community
OK, Played around with one of my datasets and I believe the following would work: First Create a Summary Table based on the following pattern: Table1Summary = ADDCOLUMNS ( SUMMARIZE ( 'table1', 'table1'[task_type] ), "Count", CALCULATE ( COUNTA ( 'table1'[task_type] ) ) ) Then Create a C...
