Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
When I want to retrieve the table objects in my query using #shared, I get null values
How can this be solved?
Yes. I'm using a dataflow in Fabric
You mean a Dataflow Gen2 ?
This isn't the issue. I'm using powerquery online and the '=' sign isn't used in that environment. Using the '=' sign is causing an error message.
Power Query Online? Like, in a dataflow?
looks like you are missing the = sign
= #shared
| User | Count |
|---|---|
| 12 | |
| 8 | |
| 7 | |
| 5 | |
| 5 |