Skip to content

CertyFAST v1.0.1

Compare
Choose a tag to compare
@KirtikPatel KirtikPatel released this 13 Jun 09:35
· 17 commits to main since this release
6875c70

CertyFAST by MAQ Software v1.0.1

Streamlining Power BI model development with automated error detection, DAX measure formatting, and simplified documentation, ensuring top-notch quality and adherence to best practices in enterprises.

Change Log

  1. Support for dark mode
  2. Support for measures created in live connected report
  3. Added new rules in insights section

What's New:

  1. Dark mode

    Update the appearance configuration from the settings pane to dark mode or use system default to have the appearance match system settings of your machine

    image

  2. Verified Publisher

    Users will no longer receive unsafe file/unverified publisher warning while downloading or installing the tool. Windows will recognize MAQ LLC is verified publisher for the tool.

    image

  3. Measures created in report

    All the measures created in live connected reports are documented in the documentation section under measures tab. Can easily be identified using the Origin column having value as Report UI.
    They are also available in the lineage section and are considered while identifying unused fields

    ![image](https://github.com/maqsoftware/CertyFAST/assets/34050132/4fda8121-1196-46a5-80cd-ab42ddf56110)
    
  4. New rules for semantic model insights

    • Duplicate columns/measures - Fields which are exact copy of other field and can be deleted

    • Repeated expression across measures - DAX expressions which are repeated across measures and can be replaced by base measures. If there is already a base measure present in the model, it will be highlighted in the Base Measure column. (Measures using variables are currently not supported)

      image

    • Hide internal columns - Surface possible list of internal columns which should be hidden in your models. Fields used in relationships or sort by columns are currently considered

    • Without measure table - List of all the measures which are not present in a separate measure table and available in existing dims/fact tables

    • Hide fact table - List of possible fact tables which are not hidden

  5. Document conditional formatting rules

    Conditional formatting rules for tables and matrix visuals available in the documentation section under visuals tab

    image

  6. Enhanced layout for PDF export