-
Re: My pivot card has this red warning in the header, but when I export to excel there is no warning
If you are not seeing the warning in Excel then you can assume all the data was exported. You can refer to this KB article about limits on exporting and how it pertains to pivot tables as it counts t…2 -
Re: Dashed and solid lines in Line Bar Chart
The line styles are not configurable per line in that chart type. You could assign color rules for specific lines, which may help you. In one that I did recently, I used a lighter blue for forecasted…1 -
Re: Can "Total Row" sum the column contents when those columns are using aggregation = Average
You should be able to get around this by using fixed functions. Here's an example: Beast Mode: SUM(AVG(revenue) FIXED (BY sales_rep))1 -
Re: sales leaderboard - showing profile picture on the chart
If you have your Domo users add a profile picture in their Domo profile, you can access that picture by using the following URL: https://{instance-name}.domo.com/api/content/v1/avatar/USER/{userid} I…2 -
Re: Multi-line Chart - Looking for filtered AVGs with Overall AVGs
You would want to create a beast mode that calculates the overall average and put that value in your series. You would want to use the Fixed Functions feature to calculate the overall average. This K…2

