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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Using Slicer date value in dax expression

Hi Everyone,
I am having a trouble to solve a situation. i have a slicer with month names from a table named as 'A sheet'. Moreover I also have date coloumn within same table from where i extracted those month names.
Now what i wanted to do is to select multiple months from slicer and use the month number of selected months in a measure for making farmula in dax.


I am new to power bi and i would greatly appriciate your help.

3 REPLIES 3
Fowmy
Super User
Super User

@Anonymous 

You can use get the months selected and incorporate in a formula, this returns a single-column table for you to work with 

VALUES('Calendar'[MonthNo])

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Anonymous
Not applicable

Thank you for your help. 
Your expression is allowing me to select one value from slicer and let me use it in farmula sucessfully however i want to select multiple values from slicer and use month number in farmulas and show it in table but in trying to do so it gives me the error.
I am using the farmula:

Dissemination | Desired = sum('Combined query'[outstanding])/12+SUM('Combined query'[outstanding])/12*(VALUES('A Sheet'[Date].[MonthNo])-1)-sum('Combined query'[Dissemination])



image_2020-10-07_091923.png

 

@Anonymous 

Can you explain what your formula is supposed to calculate?
I see you have deducted 1 from the month number, you need to iterate each month number and calculate.

Share sample data and the expected results.

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors