Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to ask a question.

You must login to add post.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  1. This answer was edited.

    To create a derived measure (Calculated measure), open the dashboard creation canvas. In measures, go to options. Their you will find "Calculated measure" option, select it. A new formula bar will open, there you can create your desired measure.

    To create a derived measure (Calculated measure), open the dashboard creation canvas. In measures, go to options. Their you will find “Calculated measure” option, select it. A new formula bar will open, there you can create your desired measure.

    See less
  2. This answer was edited.

    After opening the dashboard, you see view options in top right corner. Click on view options dropdown and their you will see "Freeze header menu" option. Enable it, and your header menu will be freezed while scrolling.

    After opening the dashboard, you see view options in top right corner. Click on view options dropdown and their you will see “Freeze header menu” option. Enable it, and your header menu will be freezed while scrolling.

    See less
  3. In Ask Me, go to change schema section. Their you will see the list of all the creates schemas. Select the required schema and start asking questions.

    In Ask Me, go to change schema section. Their you will see the list of all the creates schemas. Select the required schema and start asking questions.

    See less
  4. Follow this user guide to perform Text Analysis in Lumenore: Text Analysis

    Follow this user guide to perform Text Analysis in Lumenore: Text Analysis

    See less
  5. Follow this step by step guide to create a what if parameter to perform scenario analysis in Lumenore. What if Analysis

    Follow this step by step guide to create a what if parameter to perform scenario analysis in Lumenore.
    What if Analysis

    See less
  6. Natural language processing (NLP) is the ability of a computer program to understand human language as it's spoken and written How it works in Lumenore, visit this: Ask Me

    Natural language processing (NLP) is the ability of a computer program to understand human language as it’s spoken and written

    How it works in Lumenore, visit this: Ask Me

    See less
  7. You can create a dashboard within some clicks in Lumenore. Just create relevant KPI's as per your analysis and publish the dashboard. Follow this step by step guide to create a dashboard in Lumenore : Creating Dashboard

    You can create a dashboard within some clicks in Lumenore. Just create relevant KPI’s as per your analysis and publish the dashboard.

    Follow this step by step guide to create a dashboard in Lumenore : Creating Dashboard

    See less
  8. In Self Service create a calculated measure using below formula as per your dataset. Follow this URL for step by step guide on how to create a calculated measure : creating custom attribute and measure In this formula, I have taken retail sales data to calculate month on month sales: [Sales Amount]Read more

    In Self Service create a calculated measure using below formula as per your dataset. Follow this URL for step by step guide on how to create a calculated measure : creating custom attribute and measure

    In this formula, I have taken retail sales data to calculate month on month sales:

    [Sales Amount] – (LAG([Property].[Sale Amount], 1) OVER (ORDER BY [Booking Date month]), 0) / (LAG([Property].[Sale Amount], 1) OVER (ORDER BY [Booking Date month]), 0)

    See less