Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a requirement to show the title of a multi row card (highligthed in the snip) as combination of a Text, column and a Measure.
I am able to get the values correctly for each individual item but if the text, column value and the measure value are concatnated using "&", the value of measure is blank.
Measure Details:
Steps | Stepname | Attempts | Success/failed | Country | Date |
Step0 | Initialstep | 1 | Success | US | 11/1/2019 0:00 |
Step1 | Step1Completed | 1 | Success | US | 11/1/2019 0:00 |
Step0 | Initialstep | 1 | Success | US | 11/2/2019 0:00 |
Step1 | Step1inComplete | 1 | Failed | US | 11/2/2019 0:00 |
Step0 | Initialstep | 1 | Success | US | 11/3/2019 0:00 |
Step2 | step2Completed | 1 | Success | US | 11/3/2019 0:00 |
Step0 | Initialstep | 1 | Success | US | 11/4/2019 0:00 |
Step2 | Step2Error | 1 | Error | US | 11/4/2019 0:00 |
Step0 | Initialstep | 1 | Success | US | 11/5/2019 0:00 |
Step2 | Step2incomplete | 1 | Failed | US | 11/5/2019 0:00 |
Step0 | Initialstep | 1 | Success | IN | 11/10/2019 0:00 |
Step1 | Step1Completed | 1 | Success | IN | 11/10/2019 0:00 |
Step0 | Initialstep | 1 | Success | IN | 11/11/2019 0:00 |
Step1 | Step1Completed | 1 | Success | IN | 11/11/2019 0:00 |
Step0 | Initialstep | 1 | Success | IN | 11/12/2019 0:00 |
Step2 | step2Completed | 1 | Success | IN | 11/12/2019 0:00 |
Table:1 Sample data
Need your help to fix this issue.
Let me know if any additional infomation is required.
Thanks in advance,
Regards,
Prabir
Solved! Go to Solution.
@Anonymous have you tried CONCATENATE function.
Measure = CONCATENATE(MAX(PageAttempts[Column]),CONCATENATE(": ",CONCATENATE([TotalSuccess],CONCATENATE("/",[Total]))))
@Anonymous have you tried CONCATENATE function.
Measure = CONCATENATE(MAX(PageAttempts[Column]),CONCATENATE(": ",CONCATENATE([TotalSuccess],CONCATENATE("/",[Total]))))
Thank You Vimal for helping out here.
However the measure work perfectly in table but when it is added to a Multi Row Card visual, it does not group based on "Steps" column rather it just gives the total.
card marked in red use the new Measure
Hi @Anonymous something like this?
Thank You @Anonymous. Yes this works..
However I was trying to have the concatnate measure as title of the card and %age value as Card data.
so added multiple cards with Steps as filter for each card. something like this..
Thank you very much for providing the solution of the measure that helped a lot.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
14 | |
12 | |
11 | |
10 | |
9 |