The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi there,
I'm looking for a way to format a Card to show the number highlighted in red below (974) in a different color than the rest of the text. What I'd like is for the 1 finding off non-compliance for every ... items examined to be a lighter grey so the number pops.
Not sure how I can achieve this, and would love some help 🙂
Text Value for Error Per =
"1 finding of non-compliance for every" &" "& CALCULATE(SUM('CalcTable'[Value]), 'CalcTable'[Category] IN { "Total Per" }) &" "& "items examined"
Thanks!
Solved! Go to Solution.
Hi @dret ,
As a workaround, you could create three cards and then group them.
Reference: Use grouping in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dret ,
As a workaround, you could create three cards and then group them.
Reference: Use grouping in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dret , Based on what I got you can use the format
Text Value for Error Per =
"1 finding of non-compliance for every" &" "& format( CALCULATE(SUM('CalcTable'[Value]) , 'CalcTable'[Category] IN { "Total Per" }), "#,###") &" "& "items examined"
Hi there,
Thanks for your help, I'm a little confused, what exactly is going in the #,### should it be a Hex? I tried that and it wasn't working, just returning this
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
11 | |
10 | |
7 |