Forum Discussion
Measures data not showing
- Anonymous4 years ago
Hi mvasc0ncelos ,
Based on my test, it works fine on my device.
Try to change the column data type from text to True/False.
Then your metric also needs to be modified
OpenTickets = CALCULATE ( COUNTROWS ( 'table'), 'table'[STATUS] = FALSE() )There're some similar posts you can refer to
https://community.powerbi.com/t5/Desktop/Measure-displaying-blank-value/m-p/291610
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi mvasc0ncelos ,
Based on my test, it works fine on my device.
Try to change the column data type from text to True/False.
Then your metric also needs to be modified
OpenTickets = CALCULATE ( COUNTROWS ( 'table'), 'table'[STATUS] = FALSE() )
There're some similar posts you can refer to
https://community.powerbi.com/t5/Desktop/Measure-displaying-blank-value/m-p/291610
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.