Skip to main content

#Datorama0 discutindo

We are building a marketing dashboard that includes multiple companies, each associated with their total media spend by category (e.g., insurance, retail, etc.). We would like to rank these companies in order of their media spend within each category. 

 

Is it possible to create a custom dimension or calculated field in Datorama/Marketing Cloud Intelligence (MCI) to achieve this ranking? If so, could you advise on the best approach or provide guidance on the necessary steps? 

 

Thank you. 

 

#Datorama

0/9000

**PLEASE COMMENT ON THIS POST WITH YOUR QUESTIONS**

 

Marketing Cloud Intelligence (Datorama) 2pm-3pm EST Thursday Session: 4/18

Register / Join here: https://cs.salesforce.com/events/7013y000002hjgPAAQ 

 

@Kyndell Mizell and I will be hosting our afternoon session today at 2pm EST. Please post your Marketing Cloud Intelligence (Datorama) best practice and strategy questions in this thread so we can go through them during the call. It will be first come first serve on this post. Speak with you all today!

 

Tips for asking the experts:

 

  • Tactical questions best suited for a 5 minute conversation
  • Best practice / strategy questions on Intelligence functionality and features
  • Technical / troubleshooting error question? Contact Intelligence support by selecting the ? mark in the platform, then 'Contact Support'
  • In need of more one-on-one help & training? Contact your Account Executive to discuss options
  • #Datorama 
0/9000

I know there is a LEFT and a RIGHT formula in the custom measures in dimensions, but I don't see a MID? I've seen extract, but I can't get it to perform the way I need it to. Is anyone familiar with a substitute for the MID function in Datorama

2 respostas
  1. 25 de abr. de 2023, 17:09

    Hi @MaLana Martinez,

     

    Datorama does not have a MID function in its formula editor. 

    However, you can use the Extract function to achieve the same result. The syntax for the Extract function is:

    Extract(<input string>, <start position>, <end position>)

    For example, if you want to extract the middle three characters of a string, you can use the following formula:

    Extract(<input string>, Round((Length(<input string>) - 2) / 2), Round((Length(<input string>) + 1) / 2))

    This formula calculates the start and end positions based on the length of the input string, so it will always extract the middle three characters, regardless of the length of the input string.

    You can replace <input string> with the field or expression that you want to extract the middle characters from.

     

    I hope this helps!

0/9000

Hi everyone,

 

I am trying to remove some text elements of the Gauge Widget by using custom CSS. Does anyone have an idea what the code would be for that? I am trying to remove the elements in the blue boxes in the following screenshot:

 Remove Gauge Elements with Custom CSS

 

Thanks in advance!

Tom

6 respostas
  1. 4 de ago. de 2022, 11:10

    Hi @Tom Sakretz  For the first blue box value 120% use the below CSS : - .percentage-value{   display : none!important; }

    For the other one go to widget design section and deselect show labels option.   

0/9000

Hello, I am trying to make this kind of chart, bubble chart animated in Datorama, but I don't know if the platform support jquery

 

anyone know like I can make it

anyone know like make a bubble chart animated

2 respostas
  1. 18 de mar. de 2024, 14:23

    This was available in the old community. Any one have the links or is integrated here?

0/9000

Has anyone experience with this field? I try to get from Facebook this value which is the revenue. When I use revenue from the conversion bucket in ads data stream I get values that are really high and make no sense. I tried the custom API but the columns are always empty I use the correct field based from the Facebook documentation.

2 respostas
0/9000

I work for Regal Rexnord and have been made the owner of our Datorama tool and the company is willing to send me to school to get admin and advanced training. Since we are not a partner We do not have access to the partner academy.

Could anybody stir me in the right direction to get third-party vendor training? so far all I have been able to find that looks suitable is Decision Foundry. Any help will be greatly appreciated.

To give you an example of the tasks I need to do at present:

 

1. How do I delete data from Datorama stream?

From the Connect & Mix tab, select Granular Data Center, and then Delete Data.

 

2. Remove legacy fields from Data Set

 

3. Remove Dimensions that have to do with Account we removed in Remove Legacy Fields. 

2 respostas
  1. 27 de jul. de 2023, 13:01

    For example: to delete data, you will first need to raise a support case to gain access to delete data :)

0/9000

I work for RegalRexnord and we have a growing salesforce division, since we are not a consultant, we are not part of the partner program and thus do not have access to the training offered there. We need to train up two of our admins in Datorama and voice, can anybody give me some leads on good sources for this training. 

 

@* Marketing Cloud Intelligence * 

4 respostas
  1. 27 de jul. de 2023, 13:03

    @Daniel Cadwell 

     

    That's great. I am pleased to see you have completed the Trailmix.

    I will send you the sign up link to the workshop once we are live. 

    I will also DM you some further notes. 

0/9000

Our MCI is new and we just started creating dashboards. We have data called Registration month which is the month the sales was made, this month is different from the month the lead was created. How do I make this Reg month not using the default Month / Month of Year in MCI.

 

Technical field available is Registration_date

2 respostas
  1. 12 de fev. de 2024, 21:18

    @Hope QUISABA this will depend on your data model and how you intend to use the date field. If it's an attribute/dimension of data, you can map that Registration_date field to the corresponding field in MCI (perhaps with a formula to extract the date format that you need, consider using year and month) and then you'll be able to filter or split out the into rows or columns in your widgets.

     

    If you want tie measurements to the registrations that month, then you have to pick a specific date of the month (e.g. 1st or 15th) or consider lifetime aggregation for the measurements.

0/9000

So im using Datorama or trying to get it set up.

 

I have a simple report I want to report on it has three fields 

CreateDate

Lead Id

Lead Source

 

I just want to be able to report on leads that have been created on what day.

 

It doesn't pick up the CreateDate when trying to map this whatever formula I use in the formula PARSE_DATE, FORMATDATE, TO_DATE the formula is invalid

1 resposta
0/9000