Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Weekly Sales without Selected WeekNum

Hi Guys,

I'm trying to calculate Weekly Sales without selecting weekNum. Does anyone know how to do that. Below is my DAX
I don't want to select week Number as a slicer 

 Per Week =
CALCULATE(
            [Measure],
  REMOVEFILTERS('Date'),
    'Date'[fiscal_year] = SELECTEDVALUE('Date'[fiscal_year]) &&
    VALUE('Date'[fiscal_week])=  Value(SELECTEDVALUE('Date'[fiscal_week])))
4 REPLIES 4
speedramps
Super User
Super User

Look foward to helping you when the following information is forthcoming, but if you are rude I will block you.

Please provide example input data as table text (not a screen print) so we can import the data to build a soution for you.
Also provide the example desired output, with a clear description of the process flow.

Don't share private data.

Take care to use the same table and field names in the input, output and description so we can understand your problem and help you.

You will get a quick response if you put time and effort into writing clear problem descriptions.

Vaugue descriptions and arguing waste your time and our time.

 

speedramps
Super User
Super User

We want to help you but your description is too vaugue.  Please write it again clearly.

DON'T copy & paste DAX that does not work and expect us to fathom what it is supppsed to do. That is crazy!!! 😀

 

DO give a non technical functional decscription. 

 

Provide example input data as table text (not a screen print) so we can import the data to build a soution for you.
Also provide the example desired output, with a clear description of the process flow.

Don't share private data.

Take care to use the same table and field names in the input, output and description so we can understand your problem and help you.

You will get a quick response if you put time and effort into writing clear problem descriptions.

Vaugue descriptions waste your time and ourtime.

Look foward to helping you when the above information is forthcoming.

Anonymous
Not applicable

@speedramps  Please if you don't have a solution or understand what I'm saying DO NOT RESPOND. thanks

Anonymous
Not applicable

@speedramps You should read correctly. I said i'm trying to calculate Weekly Sales without selecting weeknum as a slicer. then pasted my dax 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.