-
Re: How to fix hover percentage on 100% stacked chart
In the chart properties, your data label settings are likely using these two in the text section: %_CATEGORY_NAME %_PERCENT_OF_CATEGORY You can use the same ones in the Hover Text Settings, so that t…1 -
Re: Todays Date
Yes, you can create a beast mode that simply has this: CURRENT_DATE() You can then use the textbox, dynamic textbox or even a table card to display the field.2 -
Re: Dataset Email Connector
The best way to fix this would be to build a Magic ETL dataflow with this dataset as the input dataset. You can then use the Alter Columns Tile to change the data types, or you can click on the Input…1 -
Re: Please help me write this filter formula:
The likely reason that you are running into issues with the two tiles is that you are likely using the same column name in both tiles. This results in the 2nd tile overriding what was in the first ti…1 -
Re: Adding filtered count to dynamic text box
If your data is in 2 rows then you can use the dynamic textbox and use the last and penultimate data to display it like this. If your data is all in 1 row then I would suggest using the Multi-Value c…1

