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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
KuntalSingh
Helper V
Helper V

Need help on measure

Hi All,

I have a 'Rolling Calender'[Dates] table and other table is 'User_Master'[User Target]. User daily target is 1221. If i want to selecte one date from slicer then it will show 1221 as target in Gauge graph if I select 2 dates then it will show 1221*2 and so on . Number of dates selected from the slicer it will * the target by 1221.

Can you please help and suggest the function 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@KuntalSingh , You can use a measure like

 

distinctcount(date[Date])*1221

View solution in original post

3 REPLIES 3
Thennarasu_R
Responsive Resident
Responsive Resident

hi @KuntalSingh 

You can created measure
Measure=Distinctcount(Selectedvalue(datecolumn))*1221

Thanks,
Thennarasu

Thank you very much for quick response

amitchandak
Super User
Super User

@KuntalSingh , You can use a measure like

 

distinctcount(date[Date])*1221

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Kudoed Authors