Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial-data-science-create-report.md #736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. Update tutorial-data-science-create-report.md

    After testing the initial expression in the data science lab, an error occurred while loading the "Germany Churn," "France Churn," and "Spain Churn" measures to the dashboard. The error message indicated an incompatibility between boolean and integer data types when comparing values in the "Geography_Country" columns.
    
    Investigation revealed the DAX expressions required consideration of boolean data types in the 'Geography' columns. 
    
    So replacing =1 by =True() in each DAX expression.
    
    The pull request addresses this by modifying the expressions to handle boolean values appropriately. This change has resolved the loading error, and the column visual comparing churn rates across the three countries now functions correctly.
    keayachi authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c9a0f82 View commit details
    Browse the repository at this point in the history