The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I created a table with the formula:
you try with this approeach to see if it works for you:
new table = ADDCOLUMNS( CALENDAR(MIN('Date Table'[Date]), MAX('Date Table'[Date])), "Ward Unique ID", Ward[Unique ID] )
basically you creating to table by separate and them merging them in this dax I think it should do the trick if I understand correctly.
let me know to see further adjustments.
Proud to be a Super User!
When I try that formula I am unable to add in the Ward[Unique ID] as no table dimensions or fields appear, only measures
you doble checked there its a column naed like that?
Proud to be a Super User!