Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Everyone,
I created a table called "Parameters" and a measure in this table called "YearReport".
In DAX I have done a simple formula where : YearReport = 2017
Now I would like to use this to filter my other DAX but Power BI doesn't let me use the filter ... the thing is if I type 2017 in the filter it is working, but not the DAX, here is an example :
CountofContractsCY = calculate(COUNTA(v_e2AllColumns[ContractDetail_NumberUnderContract]),'1_PrincipaleTable2'[Scenarios]=[YearReport],v_e2AllColumns[LotDemographics_IsPhysicalLocationFlag]=True)
Is there anything else I can do to keep that dynamicity ?
Thank you !
Solved! Go to Solution.
See reply in duplicate thread.
See reply in duplicate thread.
Hi Greg,
Please share the duplicate thread. We are also looking for a solution like the same .
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.