I would like to concatenate the two measures below please to show a number then the percentage in brackets on a card in Power BI.
- NumberWithin3Days = DIVIDE([AdmissionsWithin30Days],[TotalReferrals])
- PercentageWithin3Days = DIVIDE([AdmissionsWithin30Days],[TotalReferrals],0)+0
Can anyone help please?