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.
I create a KPI like the following (including 3 Cards and 1 Table):
I use UNICHARs for the arrows and put the measure in the Table.
I have aleady set Grid (vertical and horizontal) to OFF, Outline for Column headers and Values to NONE, Border to OFF, after publish it to Power BI Service,
How to remove the grids or borders when use Firefox?
(Strange thing is: If move the Table a little bit, the grids or border might disappear sometimes...)
Solved! Go to Solution.
Hi @Anonymous ,
The table visual will show expand the header or value depends on context, have you tired to use the card visual to put the arrow?
We can also use a measure to combine value and arrow in the card 1 such as following:
Measure = [Measure In Card 1] & " " & IF([Measure In Card 3]>0, UNICHAR(129049), UNICHAR(129051))
Best regards,
Hi @Anonymous ,
The table visual will show expand the header or value depends on context, have you tired to use the card visual to put the arrow?
We can also use a measure to combine value and arrow in the card 1 such as following:
Measure = [Measure In Card 1] & " " & IF([Measure In Card 3]>0, UNICHAR(129049), UNICHAR(129051))
Best regards,
@amitchandakFirefox 72.0.2 (64-bit)
One more thing, Chrome works fine. For this case, the best browser...
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
32 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |