Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a more complicated scenario that I have recreated using the simplified example below.
Setup:
The problem
I would like to get the result of table 4 above, i.e. 2 records, but also with the Pi colum.
Is that possible?
My guess is that some kind of cross-join or auto-exists causes this behavior.
Is there any way to solve this? Something like measure Pi = Calculate(MAX (3.1415), ...TREATASFIXEDVALUE)... or similar?
Any input would be appricated
/Erik
Solved! Go to Solution.
If there are no relationships, PBI creates a cross join between the attributes. You can counteract this by creating a measure that will return non-blank for the rows you want to see and blank otherwise. Then you just filter the visual by that measure (using Filter Pane). The condition should be "is not blank."
If there are no relationships, PBI creates a cross join between the attributes. You can counteract this by creating a measure that will return non-blank for the rows you want to see and blank otherwise. Then you just filter the visual by that measure (using Filter Pane). The condition should be "is not blank."