The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All,
Looking for an answer if it is possible to count the amount of times a word is mentioned within a column. For example we have a column with different selections such as Closed, Expired, Open, Started, Hold and In-Contract. Is it possible to count the amount of times Closed is in the column?
Also can I do the same for a RAG status looking to count the amount of Red's, Amber's and Green's?
Thanks in Advance
Solved! Go to Solution.
Hello @GH21 ,
Please remove the Bracket ( before the calculate
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @GH21 ,
try this
Count of Expired= calculate(countrows(tableName), column = "Expired")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @GH21 ,
Please remove the Bracket ( before the calculate
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |