Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I have to tables sale table and calendar table In calendar table I have weeks column. I have a calculation of sales in my sales table I want to get the number of weeks based on my sales measure.
I don't want all number of weeks but only the number of weeks where sales have been made according to my calculated sales measure.
Thanks.
Solved! Go to Solution.
Hi @Anonymous
The trick is to iterate the Sales table and count the number of weeks. We can use SUMMARIZE to do that as it can access the extended table.
week count =
COUNTROWS(SUMMARIZE('Sales','Date'[Week]))
Hi @Anonymous
The trick is to iterate the Sales table and count the number of weeks. We can use SUMMARIZE to do that as it can access the extended table.
week count =
COUNTROWS(SUMMARIZE('Sales','Date'[Week]))
@PaulOlding Thanks for your reply
The thing is that sales is not a column its a calculated measure
@Anonymous The 'Sales' referenced in my measure is the name of the table with all the sales amounts (ie the fact table)
@Anonymous In that case some more information would be helpful. See this post https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/m-p/1626726#M32906
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
12 | |
10 | |
10 | |
10 |
User | Count |
---|---|
17 | |
15 | |
12 | |
11 | |
10 |