Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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.
@prab have you tried CONCATENATE function.
Measure = CONCATENATE(MAX(PageAttempts[Column]),CONCATENATE(": ",CONCATENATE([TotalSuccess],CONCATENATE("/",[Total]))))
@prab 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
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
12 | |
10 | |
9 | |
8 |
User | Count |
---|---|
15 | |
15 | |
15 | |
12 | |
10 |