Skip to content

d3.time.format doesn't seem to work #10

@alexisc67

Description

@alexisc67

Hi,
I have not been able to make the parsing of date to work in PBI. It fails to show. I have tried several formats with the same result. The source data is a date already in PowerBI.

  	var formatDate = d3.time.format('%Y-%m-%d').parse;
  	leftRow[0] = formatDate(d.date);

The content of leftRow[0] is blank.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions