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.
So I have table visual that gets it's columns from 3 different tables.
Say I have 3 tables: Pokemon, Cities, Moves.
I have a table visual that takes the Pokemon[Name], Cities[Region], and Moves[Type] columns into it.
It would look something like this:
Name | Region | Type |
Pikachu | Kanto | Electric |
Torchic | Hoenn | Fire |
Chikorita | Jhoto | Grass |
Say that this is all the data that I have displayed on the visual, I would want to have a card visual that displays the total number of rows that is currently displayed say: 3 in this case.
I tried all the other methods about creating a virtual table and countrow(summarize) but none of them work for me.
In fact I even have issues creating a table with the columns I already have.
Sorry if this sounds newbie, I'm relatively new to Power BI.
Thansk for all the inputs!
The columns are in different datasets. How would I reference them?