We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I can't see the data and don't know your data but try without the filter like:
CALCULATE(COUNT([DocumentID]),[ownsalestaxid]="")
Let me know the outcome.
BR,
DR
Hi.
Verify if all of the columns you are comparing to "" are with data type Text.
If you do not wish to change data type then the logic of comparing to blank should be changed.
Consider using ISBLANK(<value>)
Hi @Anonymous,
That would be your comparisons with "". For what I can see (can't know your fields types) but you have to substitute "" by >0 or blank() when you compare numeric fields and leave the "" for the text.
Let me know if it worked and if so mark as solution.
BR,
DR
This is still now working. Data type of ownsalestxid is text.
and I am creating a measure here.
What should the card visual show and do you have some sample data?
The card visual should show the no of documents where ownsalestaxid is blank.
In that case you could just use;
Probably would actually.
BR,
DR
Hi.
What values are actually calculated on those bad cases ?
I can't see the data and don't know your data but try without the filter like:
CALCULATE(COUNT([DocumentID]),[ownsalestaxid]="")
Let me know the outcome.
BR,
DR
This doesn't work without selecting table name.
One of the columns used is a number format, and others are text. As stated in the error you can use the value or format function to make it to text in this expression.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 35 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 38 | |
| 34 | |
| 23 |