Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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?
User | Count |
---|---|
97 | |
77 | |
77 | |
47 | |
26 |