Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a source table with three columns.
Claim Number, Pred_Status and BR_Status.
I need to create a Bar chart. Where it should show the Count of FRAUD alone for "BR_STATUS" and "PRED_STATUS".
Please find the Data attached.
Use these expressions:
count({<predicted_fraud_status={'Fraud'}>}[Claim Number])
count({<BR_status={'Fraud'}>}[Claim Number])
Is this your expected output?
=count({<BR_status={'Fraud'}>}[Claim Number])
=count({<predicted_fraud_status={'Fraud'}>}[Claim Number])
Thanks Krishna. Its working
You are always welcome Praveen. Please close the thread if you are satisfied with our answers.