The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
hi @KuntalSingh
You can created measure
Measure=Distinctcount(Selectedvalue(datecolumn))*1221
Thanks,
Thennarasu
Thank you very much for quick response
User | Count |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |