Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |