Forum Discussion
mvasc0ncelos
4 years agoNew Member
Measures data not showing
Hi, I've created a report in Power BI desktop and created a "_Measures" table, created some measures and applied to visuals. so far so good. Then I publish the report and then when I clic...
- 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.
mvasc0ncelos
4 years agoNew Member
no filters. I also clicked "reset to defaults" but nothing happened.
I create in the Power BI desktop the table _Measures with the formula _Measures = {Blank()}
For example the measure "OpenTickets"
OpenTickets = CALCULATE ( COUNTROWS ( table), table[STATUS] = "FALSE" )
As I said in Power BI desktop it shows everything fine. Online doesn't.
- YukiK4 years agoImpactful Individual
Do you have some sample pbix file you can share? So I can take a look in more details