Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Sales Table
Date Table
I would like to create a summarized table like this
I am able to create a summarized table for each day using the following code
Please could somebody assist?
Sample File https://easyupload.io/bx07gx
Thank you
Solved! Go to Solution.
Hi @Kurt4597 ,
try this:
ADDCOLUMNS(
SUMMARIZE(
'Sales Table',
'Date Dim'[Date],
'Sales Table'[Shop Name]
),
"DailyClickCount",DISTINCTCOUNT(ClicksByDay[clickref])
)
Please mark this answer as solution, if it helps.
Hello, I appear to get this error message from your solution
Check out the November 2023 Power BI update to learn about new features.