Forum Discussion
Gtzimas
6 years agoFrequent Visitor
Line chart with different date start from the same point
Hello everyone ,
I would like to ask your help , I have the following table :
with different date start for different data . As you can see below and i would like to start all data from the same point
any suggestion will be usefull.
Thanks in advance
solution found , new column in the database added with the minimum date , then a new column on the power bi added calculated the day start from the current day count on days.
2 Replies
- GtzimasFrequent Visitor
solution found , new column in the database added with the minimum date , then a new column on the power bi added calculated the day start from the current day count on days.
- Greg_DecklerCommunity Champion
So, should those show zero then? Perhaps:
RETURN
IF(ISBLANK([Column/Measure/Calculation/Var]),0,[Column/Measure/Calculation/Var])