The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I want to make a silmilar selection,
dimtable is
TA
JPT
dan facttable column is like this
TA_a
Jpt
there is no common column to build a relationship, I want to make a slicer use dimtable to filter factable
here is the DAX:
Solved! Go to Solution.
Hi,
write your measure like this:
and add it to the filterpane of the visual, and set it to greater than 0:
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
Hi,
write your measure like this:
and add it to the filterpane of the visual, and set it to greater than 0:
Cheers,
Sturla
If this post helps, then please consider Accepting it as the solution. Kudos are nice too.
very good😺