Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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?