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,
in a Fabric warehouse I've implemented a single view and the related semantic model.
In a Power BI report I need to show some varchar flags using a card visualization, a card for each flag.
So, in a page I've put a slicer on a person code and respect a related selection a particular flag value has to be shown in the corresponding card, but it doesn't occur. As a field of a card I've specified the First flag unsuccesfully; I've tried to use a MAXA measure and a VALUES measure for the card, still unsuccessfully. I don't understand a such behaviour.
Any suggests to me in order to solve this issue? For a particular person, selected by the slicer, I need to show the related flag value. Thanks
P.S.: I suspect that Fabric Power BI has any problems with the lakehouse/warehouse views; proofing with a table I haven't a such issue.
Hi @pmscorca ,
Make sure that the relationships between tables are set up correctly in the model. Sometimes, unexpected problems can occur if the relationships are not defined correctly. Double check the settings of the card visualisation. Make sure that the fields or metrics you are using are set up correctly in the ‘Value’ field of the card.
Also, if you can, I suggest you ask questions in the Fabric Synapse forum, where you will also get answers from professionals.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
as I said, I'm using a single/unique view that has all necessary columns for the semantic model and the BI report and so other tables aren't necessary.
For me, Fabric Power BI has any issues with a lakehouse/warehouse view.
Thanks