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,
This measure should work
Measure = calculate(countrows(Data),Data[Column]<>blank())
If it does not work, then share some data to work with and show the expected result.
Hello @Sid10 ,
the measure you mentioned should work, can you show us how you're using it?
Proud to be a Super User! | |
Check in Power Query to ensure that the values are in fact "null" and not an empty string or invisible unicode character. If that does not fix your issue, I would employ the LEN( ) function (IE a length of 0 is blank).
Hi - I do see that the values are "null" in query editor. And the data type is number and not a text string. So, not sure if LEN () will work or will it? Any other alternative?