Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am trying to create a (calculated?) table that will provide the following:
Column1 = yesterday's date (truncated)
Column2 = COUNTROWS (from another existing table in my report/dataset)
I'm seeing documentation but not anything that helps me understand how to write this in DAX, defining each column as needed.
Desired result:
ReportDate, Volume
09/11/2023, 132
My plan is to use PowerAutomate to refresh this report, then export this table to .csv and save to Sharepoint, then add that Sharepoint as a data source back to the report so I can keep a running 7-day total of volume each day.
Ultimately it will look like this,
ReportDate, Volume
09/05/2023, 90
09/06/2023, 103
09/07/2023, 98
09/08/2023, 110
09/09/2023, 122
09/10/2023, 96
09/11/2023, 132
Solved! Go to Solution.
I'm not sure why my previous attempt doesn't work. I was able to get it by doing "New column" and adding the functions that way. I don't see anything in the documentation that explains why it must be done this way..
I tried another way, but no luck. At least this shows clearly what I am trying to do. Any ideas?
How can I get these functions to work?
I'm not sure why my previous attempt doesn't work. I was able to get it by doing "New column" and adding the functions that way. I don't see anything in the documentation that explains why it must be done this way..
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
74 | |
57 | |
38 | |
33 |
User | Count |
---|---|
71 | |
65 | |
58 | |
50 | |
47 |