The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
51 | |
51 | |
46 |