Forum Discussion
SHAKEDALROY
5 years agoHelper I
Creating a Measure
Hi, I made a calculationg in SQL.. and i need to convert it to a measure in Power BI. In my SQL i have 3 tables (FactParkingViolation,DimIssuer,DimIssuingAgency), when i added the the tables to ...
amitchandak
5 years agoSuper User
SHAKEDALROY , You have create 1 - Many retion between dimesions and fact
DimIssuingAgency - FactParkingViolation, DimIssuer -FactParkingViolation , Also join FactParkingViolation with date table having year on IssueDate (Date[Date])
Then You can add +0 in the measure you are creating to have left join
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.