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.
Solved! Go to Solution.
Hi @Anonymous, I am unsure how you have created your Parent Count measure, however, I recommend something of the following:
Measure:= COUNTROWS(CALCULATETABLE(Table, Table[Field]<> BLANK() && Table[Field]<>"#N/A"))
(note that the original solution can be found here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Exclude-quot-N-A-quot-OR-Blanks/td-p/805991)
You could adjust to suit your requirements, such as:
Measure:= COUNTROWS ( CALCULATETABLE ( Table , Table [Field] <> BLANK ())
Hope this helps 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
Hi @Anonymous ,
Does the replies above solve your problem? If it has been solved, please mark the correct reply as the standard answer to help the other members find it more quickly.Thank you very much for your kind cooperation!
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous, I am unsure how you have created your Parent Count measure, however, I recommend something of the following:
Measure:= COUNTROWS(CALCULATETABLE(Table, Table[Field]<> BLANK() && Table[Field]<>"#N/A"))
(note that the original solution can be found here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Exclude-quot-N-A-quot-OR-Blanks/td-p/805991)
You could adjust to suit your requirements, such as:
Measure:= COUNTROWS ( CALCULATETABLE ( Table , Table [Field] <> BLANK ())
Hope this helps 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias